in reply to Re: Form Security
in thread Form Security
Quick clarification: there is no param object. It's just a method (or a function depending on how it's called). And if you're skipping the lexical variable in the loop already-
$_ =~ s/... # is equivalent to s/...
|
|---|