Help for this page

Select Code to Download


  1. or download this
    $self->header_props(
        -cookie  =>  $cgi->cookie(
    ...
        -uri     =>  '/'
    );
    $self->header_type('redirect');
    
  2. or download this
    $self->run_modes({
        'list' =>  'list',
    ...
        'new'  =>  'new',
        'del'  =>  'del'
    });