
Jasmine
Administrator
Jan 19, 2001, 12:29 PM
Post #1 of 1
(3101 views)
|
When I tried to run my script, I got this message.
|
Can't Post
|
|
(From the Perl FAQ) When I tried to run my script, I got this message. What does it mean? the perldiag manpage has a complete list of perl's error messages and warnings, with explanatory text. You can also use the splain program (distributed with perl) to explain the error messages: perl program 2>diag.out splain [-v] [-p] diag.out or change your program to explain the messages for you: or use diagnostics -verbose;
|