Help for this page

Select Code to Download


  1. or download this
        my $request = shift;
        my $foo = $request->param( foo => '\d+' );
    
  2. or download this
        my $request = shift;
        $request->param_arrayref( bar => '\d+' );