- or download this
my $cgi = new CGI;
print $cgi->header();
...
or GWAK::User->redirect_to_login(GWAK::User->errstr);
print $user->page_start();
- 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>
- or download this
my $cgi = new CGI;
print $cgi->header();
...
my $user = new GWAK::User() or die "Invalid User";
print $user->page_start();