Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl qw/2015/;
    use CGI;
    use HTML::HashTable;
    ...
      tablify( { DATA => \%fruits, } ),
      $cgi->end_html();
    
  2. or download this
    Content-Type: text/html; charset=ISO-8859-1
    
    <!DOCTYPE html
    ...
    
    </body>
    </html>