URI: URI 1.35 (Uniform Resource Identifiers (absolute and relative))
URI: 
URI: From the POD:
URI: 
URI: ``This module implements the "URI" class.  Objects of this class
URI: represent "Uniform Resource Identifier references" as specified in RFC
URI: 2396 (and updated by RFC 2732).
URI: 
URI: A Uniform Resource Identifier is a compact string of characters that
URI: identifies an abstract or physical resource. A Uniform Resource Identifier
URI: can be further classified as either a Uniform Resource Locator (URL) or a
URI: Uniform Resource Name (URN).  The distinction between URL and URN does
URI: not matter to the "URI" class interface. A "URI-reference" is a URI that
URI: may have additional information attached in the form of a fragment
URI: identifier.''
