Bjoern Hoehrmann <[EMAIL PROTECTED]> writes:

>    RFC 2732 extends RFC 2396 to accept literal IPv6 addresses, does
> URI.pm implement this RFC?

No.

$ perl -MURI -le 'print URI->new("http://[::192.9.5.5]/ipng";)'
http://%5B::192.9.5.5%5D/ipng

Is anybody using URIs of this form yet?
Is there agreement that following this proposal is a good thing?

Regards,
Gisle

Reply via email to