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

Man Page: path::dispatcher::rule::metadata

Operating Environment: debian

Section: 3pm

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

NAME
Path::Dispatcher::Rule::Metadata - match path's metadata
SYNOPSIS
my $path = Path::Dispatcher::Path->new( path => '/REST/Ticket' metadata => { http_method => 'POST', }, ); my $rule = Path::Dispatcher::Rule::Metadata->new( field => 'http_method', matcher => Path::Dispatcher::Rule::Eq->new(string => 'POST'), ); $rule->run($path);
DESCRIPTION
Rules of this class match the metadata portion of a path.
ATTRIBUTES
field The metadata field/key name. matcher A Path::Dispatcher::Rule object for matching against the value of the field. perl v5.12.4 2011-08-30 Path::Dispatcher::Rule::Metadata(3pm)
Related Man Pages
dat_evd_free(3dat) - sunos
jifty::plugin::comment::dispatcher(3pm) - debian
log::report::dispatcher::perl(3pm) - debian
path::dispatcher::match(3pm) - debian
path::dispatcher::rule::tokens(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?