Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
                    -cookie=>$cookie,
                    -start_html=>$title)
    }
    
  2. or download this
    sub login_form {
            &print_header;
    ...
                    $cgi->end_form,
                    $cgi->end_html;
    }