| CPAN Ratings URI reviews | |
| Home | Search | About | Bitcard Account | Login |
RSS | Module Info | Add a review of URI
I use this module everywhere. Gone are the painful days of manually constructing and deconstructing URLs
JT Smith - 2011-06-15T10:20:47
A wonderful module that should be used in all code that deals with URIs and *must* be used in code that deals with URIs as entered by users or extracted from a document. I've seen too many problems in too much code that could be avoided simply by doing:
$uri_str = URI->new($uri_str)->canonical->as_string().
Vipul Ved Prakash - 2008-06-18T14:11:42
This is very good for basic URL manipulation, especially to resolve weirdness between relative and absolute URLs.
Robert Rothenberg - 2004-08-26T12:29:22
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|