Help for this page

Select Code to Download


  1. or download this
    use vars qw( $q $redirect );
    use CGI;
    ...
    
    checkCookies($q);
    print $q->redirect(-url=>"http://www.mysite.com/index.pl$redirect");
    
  2. or download this
    sub checkCookies {
    
    ...
    }
    else{ return ''; }
    }