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

Man Page: path::dispatcher::rule::regex

Operating Environment: debian

Section: 3pm

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

NAME
Path::Dispatcher::Rule::Regex - predicate is a regular expression
SYNOPSIS
my $rule = Path::Dispatcher::Rule::Regex->new( regex => qr{^/comment(s?)/(d+)$}, block => sub { display_comment(shift->pos(2)) }, );
DESCRIPTION
Rules of this class use a regular expression to match against the path.
ATTRIBUTES
regex The regular expression to match against the path. It works just as you'd expect! The capture variables ($1, $2, etc) will be available in the match object as "->pos(1)" etc. "$`", $&, and "$'" are not restored. perl v5.12.4 2011-08-30 Path::Dispatcher::Rule::Regex(3pm)
Related Man Pages
cgi::application::plugin::actiondispatch(3pm) - debian
graphviz::regex(3pm) - debian
log::report::dispatcher::callback(3pm) - debian
log::report::dispatcher::perl(3pm) - debian
tie::hash::regex(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph