|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re^3: Search for abcNUMBERdef, make it a variable, then do math?by Corion (Pope) |
| on Jan 22, 2011 at 19:49 UTC ( #883713=note: print w/ replies, xml ) | Need Help?? |
|
I would assume that Perl is right when it points you to line 9.
This is not valid Perl code. The valid Perl code would be (note the lack of parentheses)
But in all seriousness, why are you trying to do what is CGI.pm's job? Just use CGI; and then query $q->Vars to get a hash of parameters passed to your script. Don't parse query strings yourself.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||