Re: Problem with uploader

2008-11-17 Thread Matthew Whipple

 
 Running it locally prints out the generated HTML and it looks right and the 
 page does open correctly on my server but there is not file in /tmp and the 
 mail is never sent and I don't know if it is a problem with opening the 
 OUTFILE handle because the die command doesn't kick in from what I can see.
 

The die message would most likely be written into the server's log.  A
quick fix to more easily get the error messages would be using
CGI::Carp, a use CGI::Carp qw(fatalsToBrowser) should show you the
error on the page.  


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/




what is the best / latest .CGI to handle safe form parsing?

2008-11-17 Thread Lou Hernsen
what is the best / latest .CGI to handle safe form parsing?
Lou

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/