in reply to Template Toolkit: silencing pop() and the other list virtual methods
or[% CALL list.pop %]
The latter is untested.[% PERL %] $stash->get('list')->pop; #or maybe #pop @{$stash->get('list')}; [% END %]
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Template Toolkit: silencing pop() and the other list virtual methods
by PodMaster (Abbot) on Dec 05, 2005 at 07:56 UTC |