Help for this page

Select Code to Download


  1. or download this
    sub login {
        my $username    = $q->param('username');
    ...
    HTML
        
    }#end#of#sub#la_menu
    
  2. or download this
    sub add_new {
        my $user    = $q->cookie('username');
        my $pass    = $q->cookie('password');
    ...
            error_page();
        }
    }