|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re^5: Unwanted parameter when executing CGI scriptsby tobyink (Prior) |
| on Jan 05, 2013 at 23:08 UTC ( #1011812=note: print w/ replies, xml ) | Need Help?? |
|
Indeed, the whole line doesn't get executed. But the line doesn't need to be executed because there's no query string. Thus there will be no keywords; nothing to clean up; no work needs to be done.
perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||