1999-04-07 22:56:04 +02:00
|
|
|
This package contains the URI.pm module with friends. The module
|
|
|
|
implements the URI class. Objects of this class represent Uniform
|
2009-11-22 13:18:12 +01:00
|
|
|
Resource Identifier (URI) references as specified in RFC 2396 and
|
|
|
|
updated by RFC 2732. Release 1.50 includes the initial attempt at
|
|
|
|
providing support to IRIs. URI objects now support the 'as_iri'
|
|
|
|
and 'ihost' methods.
|
1999-04-07 22:56:04 +02:00
|
|
|
|
|
|
|
URI objects can be used to access and manipulate the various
|
|
|
|
components that make up these strings. There are also methods to
|
|
|
|
combine URIs in various ways.
|
|
|
|
|
|
|
|
The URI class replaces the URI::URL class that used to be distributed
|
|
|
|
with libwww-perl. This package contains an emulation of the old
|
|
|
|
URI::URL interface. The emulated URI::URL implements both the old and
|
|
|
|
the new interface.
|
|
|
|
|
2005-09-21 21:31:43 +02:00
|
|
|
WWW: http://search.cpan.org/dist/URI/
|