Help for this page

Select Code to Download


  1. or download this
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http:/
    +/www.w3.org/TR/html4/loose.dtd">
    
    <html>
    ...
    
    </body>
    </html>
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    use CGI;
    ...
    $template ->param(acclevel => 'the bastard');
    $template ->param(usercount => '10');
    $template->output();