debian man page for path::dispatcher::rule::regex

Query: path::dispatcher::rule::regex

OS: debian

Section: 3pm

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

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
apache2::sitecontrol::rule(3pm) - debian
jifty::plugin::comment::dispatcher(3pm) - debian
path::dispatcher(3pm) - debian
path::dispatcher::declarative(3pm) - debian
path::dispatcher::match(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file