debian man page for router::simple::declare

Query: router::simple::declare

OS: debian

Section: 3pm

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

Router::Simple::Declare(3pm)				User Contributed Perl Documentation			      Router::Simple::Declare(3pm)

NAME
Router::Simple::Declare - declarative interface for Router::Simple
SYNOPSIS
use Router::Simple::Declare; my $router = router { connect '/{controller}/{action}/{id}'; submapper('/account', {controller => 'Account'}) ->connect('/login', {action => 'login'}) ->connect('/logout', {action => 'logout'}); }; $router->match('/entry/show/3');
DESCRIPTION
Easy way to declare router object.
USAGE
look the SYNOPSIS.see Router::Simple for more details.
FUNCTIONS
router connect submapper
SEE ALSO
Router::Simple perl v5.14.2 2011-05-15 Router::Simple::Declare(3pm)
Related Man Pages
authen::simple::kerberos(3pm) - debian
authen::simple::pam(3pm) - debian
method::signatures::simple(3pm) - debian
pod::simple::wiki::confluence(3pm) - debian
pod::simple::wiki::twiki(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
A (ksh) Library For and From UNIX.com