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

Query: path::dispatcher::rule::enum

OS: debian

Section: 3pm

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

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

NAME
Path::Dispatcher::Rule::Enum - one of a list of strings must match
SYNOPSIS
my $rule = Path::Dispatcher::Rule::Enum->new( enum => [qw(perl ruby python php)], block => sub { warn "I love " . shift->pos(1) }, );
DESCRIPTION
Rules of this class check whether the path matches any of its "enum" strings.
ATTRIBUTES
enum case_sensitive perl v5.12.4 2011-08-30 Path::Dispatcher::Rule::Enum(3pm)
Related Man Pages
file::find::rule::extending(3pm) - debian
log::report::dispatcher::callback(3pm) - debian
log::report::dispatcher::perl(3pm) - debian
path::dispatcher(3pm) - debian
path::dispatcher::cookbook(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
Introduction
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?