|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Re^3: why am i getting script error 500by alexm (Chaplain) |
| on Jun 23, 2008 at 16:49 UTC ( [id://693560]=note: print w/replies, xml ) | Need Help?? |
|
use strict is warning you that step is a bareword; try using quotes: my $step = param('step'); BTW, use strict is your friend, don't get rid of it!
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||