Re: Seeming bug in URI::URL
Aaron Sherman (ajs@openmarket.com)
Tue, 17 Oct 1995 13:02:27 -0400
Everything is right, except one of the problems that I was trying to
solve for (and seem to have deleted from the mail message due to sun
spot activity) was:
http://foo/bar?0
Which URI::URL turns into:
http://foo/bar
because "0" is false. This is why I used "if $query ne ''". Of course
my change *should* have been:
if defined $query and $query ne ''
-AJS
--
Aaron Sherman <ajs@ajs.com> B4 f w+ c kv s+(--)v r p
I-Kinetics, Inc. Pager: (508)545-0584
1 NE Executive Park Fax: (617)270-4979
Burlington, MA 01803-5005 WWW: http://ajs.com/~ajs/
ajs@ajs.com or ajs@openmarket.com
"I speak for no one."