Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use CGI qw(:all);
    ...
    print end_html;
    __END__
    
  2. or download this
    print header(), start_html (-script => $js) ;