Subject: | $RE{URI}{HTTP} doesn't match the fragment part of a HTTP URI |
$ perl -MRegexp::Common -le 'print shift =~ /($RE{URI}{HTTP})/'
'http://twitter.com/#!/__Abigail__'
http://twitter.com/
Also note that RFC 3986 obsoletes RFC 2396 (and some others).
Regards,
-- BooK