Help for this page

Select Code to Download


  1. or download this
    sub default : Private {
        my ( $self, $c ) = @_;
        my (undef, @args) = @{$c->req->args};
        $c->forward('say', \@args);
    }