Dan Kogai <[EMAIL PROTECTED]> writes: > or any whitespace will do. I am not sure if I should call this a > bug because this is a kind of nice. But it is certainly undocumented > and definitely confusing.
perldoc URI $uri = URI->new( $str, [$scheme] ) This class method constructs a new URI object. The string representation of a URI is given as argument together with an optional scheme specification. Com mon URI wrappers like "" and <>, as well as leading and trailing white space, are automatically removed from the $str argument before it is processed further.