URI::URL - Uniform Resource Locators


URI documentation  | view source Contained in the URI distribution.

Index


NAME

Top

URI::URL - Uniform Resource Locators

SYNOPSIS

Top

 $u1 = URI::URL->new($str, $base);
 $u2 = $u1->abs;

DESCRIPTION

Top

This module is provided for backwards compatibility with modules that depend on the interface provided by the URI::URL class that used to be distributed with the libwww-perl library.

The following differences exist compared to the URI class interface:

SEE ALSO

Top

URI, URI::WithBase

COPYRIGHT

Top


URI documentation  | view source Contained in the URI distribution.