Help for this page

Select Code to Download


  1. or download this
      my $dbh = DBI->connect(....);
      if(my $sidcookie = browsercookie('acme_sid')) {
    ...
      }
      print_login_page (which submits the above user/pass cgi params)
      exit(0); (if we made it here, don't return control to the calling sc
    +ript)