Help for this page

Select Code to Download


  1. or download this
    #### Method: redirect
    # Return a Location: style header
    ...
        unshift(@o,'-Type'=>'');
        return $self->header(@o);
    }
    
  2. or download this
    $cookie = cookie(
      -name    => $COOKIE_NAME,
    ...
    ...
    
    print redirect( -uri => 'view.cgi', -cookie => $cookie );