Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    $template->param (password => 'wibble');
    print $template->output ();
    
  2. or download this
    <p>The password is: wibble</p>