RSS | Module Info | Add a review of URI

3 out of 3 found this review helpful:

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-18 14:11:42
Was this review helpful to you?  Yes No

1 out of 1 found this review helpful:

URI (1.31) *****

This is very good for basic URL manipulation, especially to resolve weirdness between relative and absolute URLs.

Robert Rothenberg - 2004-08-26 12:29:22
Was this review helpful to you?  Yes No


the camel