Hi, the following seems to fail to get the query string parsed:
my $url_raw =
"http://www.howardforums.com/#9733;-The-WIND-Mobile-Sticky-FAQ-★?s=1075be0490f4912a4f9ee738c1a4a243&p=13343898";
my $url_object = URI->new( $fields[1] );
print $url_object->query; # prints ""
I would have expected "s=1075be0490f4912a4f9ee738c1a4a243&p=13343898".