ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
12 lines
299 B
Text
12 lines
299 B
Text
This library implements a Perl interface for nested URIs -- that is, URIs that
|
|
contain other URIs. The basic format is:
|
|
|
|
{prefix}:{uri}
|
|
|
|
Some examples:
|
|
|
|
* `jdbc:oracle:scott/tiger@//myhost:1521/myservicename`
|
|
* `db:postgres://db.example.com/template1`
|
|
|
|
|
|
WWW: https://metacpan.org/release/URI-Nested
|