- 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' );
- or download this
#!/usr/bin/perl --
BEGIN{$ENV{PATH_ROUTER_DEBUG}=999;}
use Path::Router;
...
],
}, "Path::Router")
- or download this
#!/usr/bin/perl --
BEGIN{$ENV{PATH_ROUTER_DEBUG}=999;}
use Path::Router;
...
("a/b.json", undef)