Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    BEGIN{$ENV{PATH_ROUTER_DEBUG}=999;}
    use Path::Router;
    ...
                                       }, 'Path::Router::Route' ),
                     'path' => 'ro/sham/json'
                   }, 'Path::Router::Route::Match' );
    
  2. or download this
    #!/usr/bin/perl --
    BEGIN{$ENV{PATH_ROUTER_DEBUG}=999;}
    use Path::Router;
    ...
                     ],
    }, "Path::Router")
    
  3. or download this
    #!/usr/bin/perl --
    BEGIN{$ENV{PATH_ROUTER_DEBUG}=999;}
    use Path::Router;
    ...
    ("a/b.json", undef)