Help for this page

Select Code to Download


  1. or download this
    # get the User, or go to login page
    my $user = new GWAK::User()
     or GWAK::User->redirect_to_login(GWAK::User->errstr);
    
  2. or download this
    use CGI::Carp qw(fatalsToBrowser);