Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: A Perl Server Daemon

by busunsl (Vicar)
on Dec 07, 2001 at 12:56 UTC ( [id://130166]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    elsif (/env/i) {my $out = `set`; $out =~ s/\012/\015\012/g; print $cli
    +ent2 $out;}
    
  2. or download this
    my $socket = IO::Socket::INET->new( Proto     => 'tcp',
                                     LocalPort => $PORT,
    ...
    .
    .
    .
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-03-28 21:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found