penantes has asked for the wisdom of the Perl Monks concerning the following question:
daemonize(); open(LOG, "tail -f $LOGFILE|") || die "cannot fork: $!"; while (<LOG>) { print "@_\n"; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Hold on the child under parent
by dave_the_m (Monsignor) on Feb 18, 2005 at 14:55 UTC | |
Re: Hold on the child under parent
by penantes (Acolyte) on Feb 18, 2005 at 15:18 UTC | |
Re: Hold on the child under parent
by Crackers2 (Parson) on Feb 18, 2005 at 16:07 UTC | |
Re: Hold on the child under parent
by jbrugger (Parson) on Feb 18, 2005 at 14:56 UTC | |
by m-rau (Scribe) on Feb 18, 2005 at 19:26 UTC |