- e-mail

 

 -

   lj_ru_perl

 -

 LiveInternet.ru:
: 17.10.2005
:
:
: 0

:


Mojolicious

, 01 2016 . 15:17 +
:
$r->get('/blog')->to('blog#index');
$r->get('/blog/:category')->to('blog#show_category');
$r->get('/blog/:category/:id')->to('blog#show');
$r->get('/blog/:year/:month')->to('blog#show_archive');
. ?
- , :

qr|/user/show/(\d+)| -> $self->render(text => $users{$1});

:

$r->route('/uid/:id/',id => qr/\d+/)->to( controller => 'Uid',action => 'index');

? ? .

https://ru-perl.livejournal.com/443038.html

:  

: [1] []
 

:
: 

: ( )

:

  URL