ropey has asked for the wisdom of the Perl Monks concerning the following question:
Hi All
Probably a simple question, have a mod_perl application and wish to be able to print to a log file which isn't STDERR, is there a simple way to open a global filehandle like STDERR which will be accessible by all the mod_perl processes?
So inside a package could do print NEWHANDLE "Test";
am i missing a directive in the httpd.conf or the startup script ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mod_perl alternative filehandles
by Joost (Canon) on Mar 29, 2005 at 01:37 UTC | |
by ropey (Hermit) on Mar 29, 2005 at 01:55 UTC | |
by Joost (Canon) on Mar 29, 2005 at 02:09 UTC | |
|
Re: mod_perl alternative filehandles
by ghenry (Vicar) on Mar 29, 2005 at 14:47 UTC |