Help for this page

Select Code to Download


  1. or download this
    [% FOREACH r = results %]
      [% r %]                       <---- this prints out a hash
    [% END %]
    
  2. or download this
    [% FOREACH r = results %]
      [% r.foo %] and [% r.bar %]
    [% END %]