cbussanich has asked for the wisdom of the Perl Monks concerning the following question:
The following warning appears while stepping through the debugger, and at the bottom of the web page that my script generates.if ( ! param ) { # No parameters passed in. print "No parameters were passed to script."; }
Is this a warning I should worry about? I am using "strict" and -w, by the way. Many thanks, Colin
|
---|
Replies are listed 'Best First'. | |
---|---|
(elbie): What does this warning mean?
by elbie (Curate) on Aug 17, 2001 at 01:05 UTC | |
by davorg (Chancellor) on Aug 17, 2001 at 12:08 UTC | |
by elbie (Curate) on Aug 17, 2001 at 18:26 UTC | |
by davorg (Chancellor) on Aug 17, 2001 at 19:03 UTC |