Help for this page

Select Code to Download


  1. or download this
    $self->header_type('redirect');
    $self->header_props(
        -cookie=>
    ...
            )
        , -uri=>"http://x.com/cgi-bin/admin.cgi?mode=admin&account=$accoun
    +t"
    );
    
  2. or download this
    $self->header_props(
        -cookie=>
            $q->cookie(
    ...
    $output .= $q->a({-href=>"http://x.com/cgi-bin/admin.cgi?mode=admin&ac
    +count=$account"},"Proceed to admin >>");
    $output .= $q->end_html();
    return $output;