Path::Dispatcher::Rule::Enum(3pm) | User Contributed Perl Documentation | Path::Dispatcher::Rule::Enum(3pm) |
Path::Dispatcher::Rule::Enum - one of a list of strings must match
version 1.08
my $rule = Path::Dispatcher::Rule::Enum->new( enum => [qw(perl ruby python php)], block => sub { warn "I love " . shift->pos(1) }, );
Rules of this class check whether the path matches any of its "enum" strings.
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>).
Shawn M Moore, "<sartak at bestpractical.com>"
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.
2020-07-13 | perl v5.30.3 |