Hi,



When I include the line
use strict;
in any perl program, I get the following error:
"Internal Server Error

What does occur when you run the file manually?

perl -T $filename

Perhaps that gives a possible error definition,
Personally i tend to use ;

use diagnostics;
use warnings;
use strict;

so that a hell lot of information is given back to me when i messed up again :-) (And i do occasionally;))

Here's where you'll find the real error message. If you don't know where the
Apache error log is, now's the time to find it. Look in there to see
whatever error your script is raising.


Or run it manually ;)

HTH



Cheers,
Remko


--


Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the hackerscene


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