Help for this page

Select Code to Download


  1. or download this
    use CGI qw/:standard/;
    
    ...
               end_html();
    
    unshift (@contents, $header, $html);
    
  2. or download this
    use strict;
    use CGI::Pretty  qw/:standard/;
    ...
            end_html();
    
    print Dumper \@contents;