|
|
| Welcome to the Monastery | |
| PerlMonks |
Re: Debugging cgi-bin scriptby davido (Bishop) |
| on Jan 06, 2013 at 00:47 UTC ( #1011815=note: print w/ replies, xml ) | Need Help?? |
|
I suspect, given the description of how the behavior differs from one system to the next, combined with the fact that simply adding a 'print' here and there changed the behavior, that you're suffering from buffering. You could try setting The special variable, $| to a true value to disable buffering on STDOUT, or just be sure to flush the output buffer with a newline at appropriate times. Dave
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||