Gunnar Hjalmarsson wrote:

Werner Otto wrote:

I've tried to change to localhost , no go...........


Okay.

Add this line at the top of the script:

    use CGI::Carp 'fatalsToBrowser';

Change this line:

    $msg->send;

to

    $msg->send or die "Error sending msg: $!";

Thank you, you are a

Genius...

The permissions on running.pdf was not correct. It helps if you know how to debug!

Kind Regards
Otto

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




Reply via email to