debian man page for path::dispatcher::path

Query: path::dispatcher::path

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
log::report::dispatcher::perl(3pm) - debian
mojo::path(3pm) - debian
path::dispatcher::declarative(3pm) - debian
path::dispatcher::rule::tokens(3pm) - debian
rdf::query::algebra::path(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
One instance of comparing grep and awk
Weird 'find' results
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph