Help for this page

Select Code to Download


  1. or download this
    print_definitions(
        file     => "some_file_a.txt",
        headings => [ "term", "definition" ],
      )
    
  2. or download this
     
    [% INCLUDE print_definitions.tt
        file     =  "some_file_a.txt"
        headings =  [ "term", "definition" ]
        content  = "this ends up in variable content "
    %]
    
  3. or download this
     [% WRAPPER print_definitions.tt
        file     =  "some_file_a.txt"
        headings =  [ "term", "definition" ]
    %] this ends up in variable content [% END %]