Help for this page

Select Code to Download


  1. or download this
    # /foo
    my $x = $r->route('/foo')->to(controller => 'bar');
    
    # /foo/*
    $x->route('/:action')->to(action => 'test');