Help for this page

Select Code to Download


  1. or download this
    sub myaction : Chained('.') PathPart('myaction') POST {
        my ( $self, $c ) = @_;
    ...
        }
    }
    
  2. or download this
       my sub error {
            $c->response->status(400);
    ...
            $c->detach();
       }