in reply to Re^5: why am i getting script error 500
in thread why am i getting script error 500

yes i replaced that cgi::vars statement with this one:
my $step =param(step);
but i removed 'use strict' becoz on viewing on the browser on net, it shows this error on the page :
Bareword "step" not allowed while "strict subs" in use at /home/www/xx +xxxxxxxxxxxxxxx.org/cgi-bin/local.cgi line 11. Execution of /home/www/xxxxxxxxxxxxxxxxxxxx.org/cgi-bin/local.cgi abor +ted due to compilation errors.
Any clue?thanx

Replies are listed 'Best First'.
Re^7: why am i getting script error 500
by ww (Archbishop) on Jun 24, 2008 at 00:13 UTC