Gunnar Hjalmarsson wrote:
Werner Otto wrote:
Gunnar Hjalmarsson wrote:
Add this line at the top of the script:
use CGI::Carp 'fatalsToBrowser';
The permissions on running.pdf was not correct. It helps if you
know how to debug!
Talking about debugging... You should get the habit of including:
use strict;
use warnings;
in the beginning of every Perl program you write. (They would not have
made a difference to solve this particular problem, but they may do so
next time.)
Yes, I tend not to do that.... Makes my code look beter when it
runs......... Just fooling myself I guess.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>