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

Man Page: path::dispatcher::rule::enum

Operating Environment: debian

Section: 3pm

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
jifty::plugin::comment::dispatcher(3pm) - debian
moose::meta::typeconstraint::enum(3pm) - debian
path::dispatcher(3pm) - debian
path::dispatcher::declarative(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
Weird 'find' results