Using <http://search.cpan.org/author/GAAS/URI-1.22/URI.pm#COMMON_METHODS> in a Perl program #!perl -w use strict; use warnings; use URI; my $uri1 = URI->new("http://www.example.org/%61"); my $uri2 = URI->new("http://www.example.org/a"); print "equal" if $uri1->eq($uri2); prints "equal".Received on Thursday, 26 December 2002 14:47:33 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 July 2008 08:08:48 GMT