Help for this page

Select Code to Download


  1. or download this
    my $cgi = new CGI;
    print $cgi->header();
    ...
     or GWAK::User->redirect_to_login(GWAK::User->errstr);
    
    print $user->page_start();
    
  2. or download this
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
    +</HEAD>
    <BODY></BODY></HTML>
    
  3. or download this
    my $cgi = new CGI;
    print $cgi->header();
    ...
    my $user = new GWAK::User() or die "Invalid User";
    
    print $user->page_start();