Help for this page

Select Code to Download


  1. or download this
    sub secure {
        if ($pass eq $pwc) {
    ...
        &header;
        print qq~<table class="heading">
        etc.
    
  2. or download this
    #use CGI (param); # CHANGE THIS TO...
    use CGI;
    ...
        ...
        etc~;
    }
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
    </html>\n~;
       exit;
    }