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

Query: path::dispatcher::rule::dispatch

OS: debian

Section: 3pm

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

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

NAME
Path::Dispatcher::Rule::Dispatch - redispatch
SYNOPSIS
my $dispatcher = Path::Dispatcher->new( rules => [ Path::Dispatcher::Rule::Tokens->new( tokens => [ 'help' ], block => sub { show_help }, ), Path::Dispatcher::Rule::Tokens->new( tokens => [ 'quit' ], block => sub { exit }, ), ], ); my $rule = Path::Dispatcher::Rule::Dispatch->new( dispatcher => $dispatcher, ); $rule->run("help");
DESCRIPTION
Rules of this class use another dispatcher to match the path.
ATTRIBUTES
dispatcher A Path::Dispatcher object. Its matches will be returned by matching this rule. perl v5.12.4 2011-08-30 Path::Dispatcher::Rule::Dispatch(3pm)
Related Man Pages
dat_evd_free(3dat) - opensolaris
log::report::dispatcher::callback(3pm) - debian
log::report::dispatcher::logdispatch(3pm) - debian
path::dispatcher::cookbook(3pm) - debian
path::dispatcher::rule::tokens(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections