FreeBSD Manual Pages
Path::Dispatcher::RuleUsersContributed PerlPath::Dispatcher::Rule::Dispatch(3) NAME Path::Dispatcher::Rule::Dispatch - redispatch VERSION version 1.08 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. SUPPORT Bugs may be submitted through the RT bug tracker <https://rt.cpan.org/Public/Dist/Display.html?Name=Path-Dispatcher> (or bug-Path-Dispatcher@rt.cpan.org <mailto:bug-Path- Dispatcher@rt.cpan.org>). AUTHOR Shawn M Moore, "<sartak at bestpractical.com>" COPYRIGHT AND LICENSE This software is copyright (c) 2020 by Shawn M Moore. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.32.1 2020-07-1Path::Dispatcher::Rule::Dispatch(3)
NAME | VERSION | SYNOPSIS | DESCRIPTION | ATTRIBUTES | SUPPORT | AUTHOR | COPYRIGHT AND LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Path::Dispatcher::Rule::Dispatch&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>