1/29 Has anyone ran h2ph on /usr/include and /usr/include/sys? I
cant get perl5 to run perl code with socket cuz sys/socket.ph
doesnt exists. Of course this could be the problem of the script
but since I am helpless, I am just trying to weed out other
causes. I'd love to ran h2ph myself, but I dont have write
permission. Thanks for the help. - perl clueless
\_ use IO::Socket;
$sock = new IO::Socket::INET(PeerAddr => $host,
PeerPort => $port,
Proto => 'tcp');
\_ Thanks.
\_ You are welcome. -- cm1ee |