path::dispatcher::path(3pm) debian man page | unix.com

Man Page: path::dispatcher::path

Operating Environment: debian

Section: 3pm

Path::Dispatcher::Path(3pm)				User Contributed Perl Documentation			       Path::Dispatcher::Path(3pm)

NAME
Path::Dispatcher::Path - path and some optional metadata
SYNOPSIS
my $path = Path::Dispatcher::Path->new( path => "/REST/Ticket/1", metadata => { http_method => "DELETE", }, ); $path->path; # /REST/Ticket/1 $path->get_metadata("http_method"); # DELETE
ATTRIBUTES
path A string representing the path. "Path::Dispatcher::Path" is basically a boxed string. :) metadata A hash representing arbitrary metadata. The Path::Dispatcher::Rule::Metadata rule is designed to match against members of this hash. perl v5.12.4 2011-08-30 Path::Dispatcher::Path(3pm)
Related Man Pages
bootloader::path(3) - suse
data::stream::bulk::path::class(3pm) - debian
log::report::dispatcher::perl(3pm) - debian
path::dispatcher(3pm) - debian
path::dispatcher::declarative(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Is UNIX an open source OS ?
My first PERL incarnation... Audio Oscillograph