Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    print $template->output;
    __DATA__
    <nothing-|-bob>bob
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    
    my $template = HTML::Template->new(filename => $f_name,debug=>1);
    print Dumper($template);
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
    
    joe failed
    jim failed