The www/p5-Rose-URI port
p5-Rose-URI-1.00p0 – URI objects for Rose (cvsweb github mirror)
Description
An URI class allowing easy and efficient manipulation of query
parameters and other URI components.
use Rose::URI;
$uri = Rose::URI->new('http://un:pw@foo.com/bar/baz?a=1&b=two+3');
$scheme = $uri->scheme;
$user = $uri->username;
$pass = $uri->password;
$host = $uri->host;
$path = $uri->path;
Rose::URI is an alternative to URI. The important differences are
as follows.
Rose::URI provides a rich set of query string manipulation methods.
Query parameters can be added, removed, and checked for their
existence. URI allows the entire query to be set or returned as a
whole via the query_form|URI/query_form> or L
WWW: https://metacpan.org/release/Rose-URI
Maintainer
The OpenBSD ports mailing-list
Categories
Run dependencies
Test dependencies
Files
- /usr/local/libdata/perl5/site_perl/Rose/URI.pm
- /usr/local/man/man3p/Rose::URI.3p