GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Routes::Tiny::Match(3) User Contributed Perl Documentation Routes::Tiny::Match(3)

Routes::Tiny::Match - Matched object

    my $match = $r->match('/foo/bar');

    my $name = $match->name;
    my $params_hashref = $match->params;
    my $parent_match = $match->parent

Routes::Tiny::Match is a Value Object that holds params of a matched route.

    my $name = $match->name;

Get original route's pattern name.

    my $arguments = $match->arguments;

Get route's pattern arguments.

    my $hashref = $match->captures;

Get params.

An alias to "captures".

Reference to parent match in case of matching subroutes.

    my $match = Routes::Tiny::Match->new;

Create new instance of Routes::Tiny::Match.

2017-07-12 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.