Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    $template->param(fruits => \@fruits);
    print $template->output();
    
  2. or download this
    Content-Type: text/html; charset=ISO-8859-1
    
    ...
        </table>
        </body>
    </html>