RSS | Module Info | Add a review of URI
URI
(1.58)
I use this module everywhere. Gone are the painful days of manually constructing and deconstructing URLs
JT Smith - 2011-06-15T10:20:47 (permalink)
3 out of 4 found this review helpful.
Was this review helpful to you?
Yes
No
URI
(1.37)
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 (permalink)
4 out of 4 found this review helpful.
Was this review helpful to you?
Yes
No
URI
(1.31)
This is very good for basic URL manipulation, especially to resolve weirdness between relative and absolute URLs.
Robert Rothenberg - 2004-08-26T12:29:22 (permalink)
1 out of 1 found this review helpful.
Was this review helpful to you?
Yes
No

