Help for this page
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)