Help for this page

Select Code to Download


  1. or download this
    [% iter = a.auxdata.scalar %]
    [% ax = iter.next %]
    ...
    ID [% ax.id %] 
    [% ax = iter.next %]
    [% END %]
    
  2. or download this
    my $stash = Template::Stash::Context->new();
    my $tt = Template->new({STASH => $stash });