Help for this page

Select Code to Download


  1. or download this
        $c = new CGI::Cookie(-name    =>  'login',
                    -value   =>  $login2,
    ...
            );
        $d = new CGI;
        print $d->redirect(-cookie=>$c, -location=>"$URL");
    
  2. or download this
        $c = new CGI::Cookie(-name    =>  'login',
                    -value   =>  $login2,
    ...
            );
        $d = new CGI;
        print $d->redirect(-cookie=>$c, -location=>"$URL");