in reply to Re^4: Stop Using Perl (CGI::param)
in thread Stop Using Perl
sub get_param { return get_params( @_ )->[-1]; }
If this is a feature request for CGI I'd like to see a setting to raise an exception if multiple values are received where only one value is legally expected.
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
|
---|