script runs in console but not in browser

2002-12-09 Thread mk
Sorry about the vague topic, don't know how to describe the problem. My code runs OK in the console and does what it is meant to do. In the browser it doesn't die or give any errors, but only does about half of what it is meant to do before it magically stops with no errors. If you look at the

Re: script runs in console but not in browser

2002-12-09 Thread mk
Thanks guys, that was only part of the script. I am using CGI::Carp qw( fatalsToBrowser ); There are no errors in any of the apache logs, nor from Perl. This is why I'm struggling to find the source of the problem. I'm also doing this print Content-type: text/html\n\n; but like so print