Help for this page

Select Code to Download


  1. or download this
    // BEGIN
    [% IF list -%]
    ...
    }
    [% END -%]
    // END
    
  2. or download this
    #! perl -w
    use Template;
    ...
        $tt->process('tt2.tmpl', { list => $data->[1] });
        print "\n\n";
    }
    
  3. or download this
    // List is undef:
    // BEGIN
    ...
        // code for baz
    }
    // END