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
css::dom::rule::media(3pm) - debian
jifty::plugin::comment::dispatcher(3pm) - debian
path::dispatcher::cookbook(3pm) - debian
path::dispatcher::match(3pm) - debian
path::dispatcher::rule(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph