Skip Menu |

This queue is for tickets about the URI-Query CPAN distribution.

Report information
The Basics
Id: 101001
Status: new
Priority: 0/
Queue: URI-Query

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.10
Fixed in: (no value)



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