Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        my $content = <FILE>;
      return $content;
    }
    
  2. or download this
    use HTML::Template;
    
    ...
    
    # print the template
    print $template->output;