Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        my $query = new CGI;
        print $query->redirect('https://xxxx.xxx/LogIn/index.html');
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    <a href='cgi-bin/logout.cgi'>Log out</a>
    
    |;
    
  3. or download this
    #/usr/bin/perl
    
    ...
    $session->clear(["email"]);
    
    $session->delete();