Help for this page

Select Code to Download


  1. or download this
    use HTML::Template;  # version 2.6
    
    ...
    __DATA__
    Zero = <TMPL_VAR ZERO>
    One = <TMPL_VAR ONE>
    
  2. or download this
    Zero = 0
    One = 1
    
  3. or download this
      my $template = HTML::Template->new(filehandle => *DATA);