Subject: | URI Path Truncated |
For a URI like: 'http://twitter.com/#!/abc123', the
'path' or 'path_query' returns '/':
use URI;
my $u = URI->new('https://twitter.com/#!/example.com');
print $u->path; # returns '/'
Using Perl 5.8.8 x86, Centos 5.5
This queue is for tickets about the URI CPAN distribution.
The Basics
People
|
Bug Information
|