[EMAIL PROTECTED] wrote:
Sorry
I've login script that I'm trying to debug. User type in user id password.
I'm getting the premature end of script headers. Therefore, I need to find why and where this is happing.
Dan
Please don't top post, reply inline :)
You can use perl's debugger or:
use strict use warnings; use CGI::Carp 'fatalsToBrowser';
or look in the error logs for more details, I think the second method (perldoc CGI::Carp) will be quickest and easiest for you :)
Lee.M - JupiterHost.Net
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>