Don't ask to ask, just ask | |
PerlMonks |
Re: Re: Re: How to run POE as a daemonby Anonymous Monk |
on Oct 01, 2002 at 22:19 UTC ( [id://202131]=note: print w/replies, xml ) | Need Help?? |
I have no idea what POE is but that code is already dodgy to begin with. Perhaps this is a usage I'm not familar with but I'd normally write open(STDERR, '>&STDOUT'); as *STDERR = *STDOUT instead. There are no or die "Couldn't open ...: $!" tests on the open() calls. It'd be interesting if you'd stick some print() calls around that script and let us know which line it's cheffing on.
In Section
Seekers of Perl Wisdom
|
|