Help for this page

Select Code to Download


  1. or download this
    $self->redirect( { rm => 'first_panel' } );
    
  2. or download this
    sub redirect {
        my $self = shift;
    ...
        $self->header_props(-url=>$new_url);
        return "Redirecting to $new_url";
      }