debian man page for path::dispatcher::dispatch

Query: path::dispatcher::dispatch

OS: debian

Section: 3pm

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

Path::Dispatcher::Dispatch(3pm) 			User Contributed Perl Documentation			   Path::Dispatcher::Dispatch(3pm)

NAME
Path::Dispatcher::Dispatch - a list of matches
SYNOPSIS
my $dispatcher = Path::Dispatcher->new( rules => [ Path::Dispatcher::Rule::Tokens->new( tokens => [ 'attack', qr/^w+$/ ], block => sub { attack(shift->pos(2)) }, ), ], ); my $dispatch = $dispatcher->dispatch("attack goblin"); $dispatch->matches; # list of matches (in this case, one) $dispatch->has_matches; # whether there were any matches $dispatch->run; # attacks the goblin
DESCRIPTION
Dispatching creates a "dispatch" which is little more than a (possibly empty!) list of matches.
ATTRIBUTES
matches The list of Path::Dispatcher::Match that correspond to the rules that were matched.
METHODS
run Executes the first match. Each match's "run" in Path::Dispatcher::Match method is evaluated in scalar context. The return value of this method is a list of these scalars (or the first if called in scalar context). perl v5.12.4 2011-08-30 Path::Dispatcher::Dispatch(3pm)
Related Man Pages
dat_evd_free(3dat) - opensolaris
dispatcher(3i) - debian
log::report::dispatcher::log4perl(3pm) - debian
path::dispatcher::declarative(3pm) - debian
path::dispatcher::rule::under(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
One instance of comparing grep and awk
Weird 'find' results
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph