blob: 08497811d7e303ced7524045733a1e53d66f0a0e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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`
|