Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Proc::Daemon

by ncw (Friar)
on Sep 12, 2000 at 00:58 UTC ( [id://31982]=modulereview: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Proc::Daemon;
    Proc::Daemon::Init();
    
  2. or download this
    open(STDOUT, ">>$LOG")
        or die "Failed to re-open STDOUT to $LOG";
    open(STDERR, ">&STDOUT")
        or die "Failed to re-open STDERR to STDOUT";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (8)
As of 2024-04-24 09:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found