Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: AJP ping

by jffry (Hermit)
on Nov 18, 2011 at 17:37 UTC ( #938921=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    socket $sock, PF_INET, SOCK_STREAM, $proto || die $!;
    
  2. or download this
    socket $sock, PF_INET, SOCK_STREAM, ($proto || die $!);
    
  3. or download this
    socket ($sock, PF_INET, SOCK_STREAM, $proto) || die $!;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://938921]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2023-04-01 00:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (77 votes). Check out past polls.

    Notices?