Files
pkgsrc-ng/www/p5-URI-Nested/DESCR
2014-11-05 12:41:07 +01:00

10 lines
260 B
Plaintext

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`