Help for this page

Select Code to Download


  1. or download this
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    ...
        <TMPL_VAR ESCAPE="HTML" NAME="my_text">
      </body>
    </html>
    
  2. or download this
    #!/usr/local/bin/perl
    # Usage: perl "thisfile.pl inputfile.txt"
    ...
    $template->param(date => "$text");
    
    print $template->output;