Berkeley CSUA MOTD:Entry 13598
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2024/12/24 [General] UID:1000 Activity:popular
12/24   

1998/1/30-31 [Computer/SW/Languages/Perl] UID:13598 Activity:nil
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