in reply to
Re: Debugging cgi-bin script
in thread
Debugging cgi-bin script
One of the first things merlyn's script does (and mine as well) is sets $| to true with $|++. I still think it's possible that it could somehow be a buffering issue though.
Comment on
Re^2: Debugging cgi-bin script
In Section
Seekers of Perl Wisdom