Subject: | Add param() and multi_param() methods |
It would be nice if URI::Query had the ability to access single parameters directly, and not using the hash or hash_arrayref methods. param($key) would return the first value, or undef, if there's no such key. multi_param($key) would return either a list or array ref of all values. Both methods are named like in CGI.pm.
Regards,
Slaven