Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: socket help

by snoopy (Curate)
on Feb 14, 2011 at 02:30 UTC ( [id://887911]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    echo myarg | perl -nle 'print "ARG=<$_>\n"'
    ARG=<myarg>
    
  2. or download this
    my ($hostname) = @ARGV;
    die "usage: $0 hostname" unless $hostname;
    ...
                                      Proto => 'tcp', 
                                   );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-20 05:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found