Help for this page

Select Code to Download


  1. or download this
    sub authenticate 
    { 
    ...
         } 
         return []; 
    }
    
  2. or download this
    my $cookie = authenticate(); 
    print $query->header(-cookie => $cookie);