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

Man Page: path::dispatcher::rule::eq

Operating Environment: debian

Section: 3pm

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

NAME
Path::Dispatcher::Rule::Eq - predicate is a string equality
SYNOPSIS
my $rule = Path::Dispatcher::Rule::Eq->new( string => 'comment', block => sub { display_comment(shift->pos(1)) }, );
DESCRIPTION
Rules of this class simply check whether the string is equal to the path.
ATTRIBUTES
string perl v5.12.4 2011-08-30 Path::Dispatcher::Rule::Eq(3pm)
Related Man Pages
css::dom::rule(3pm) - debian
css::dom::rule::media(3pm) - debian
file::find::object::rule::extending(3pm) - debian
path::dispatcher(3pm) - debian
path::dispatcher::rule::tokens(3pm) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph