Name : perl-URI
| |
Version : 1.35
| Vendor : (none)
|
Release : owl_add1
| Date : 2006-08-29 16:28:46
|
Group : Development/Libraries
| Source RPM : perl-URI-1.35-owl_add1.src.rpm
|
Size : 0.14 MB
| |
Packager : (none)
| |
Summary : Perl URI module.
|
Description :
This module implements the C< URI> class. Objects of this class represent \"Uniform Resource Identifier references\" as specified in RFC 2396 (and updated by RFC 2732).
A Uniform Resource Identifier is a compact string of characters that identifies an abstract or physical resource. A Uniform Resource Identifier can be further classified as either a Uniform Resource Locator (URL) or a Uniform Resource Name (URN). The distinction between URL and URN does not matter to the C< URI> class interface. A \"URI-reference\" is a URI that may have additional information attached in the form of a fragment identifier.
An absolute URI reference consists of three parts: a I< scheme>, a I< scheme-specific part> and a I< fragment> identifier. A subset of URI references share a common syntax for hierarchical namespaces. For these, the scheme-specific part is further broken down into I< authority>, I< path> and I< query> components. These URIs can also take the form of relative URI references, where the scheme (and usually also the authority) component is missing, but implied by the context of the URI reference. The three forms of URI reference syntax are summarized as follows:
< scheme>:< scheme-specific-part>#< fragment> < scheme>://< authority>< path>?< query>#< fragment> < path>?< query>#< fragment>
The components into which a URI reference can be divided depend on the I< scheme>. The C< URI> class provides methods to get and set the individual components. The methods available for a specific C< URI> object depend on the scheme.
|
RPM found in directory: /vol/rzm1/linux-ibiblio/distributions/openwall/Owl/contrib/2.0/i386/RPMS |