> 
> 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/


Reply via email to