Help for this page
[% CALL list.pop %]
[% PERL %] $stash->get('list')->pop; #or maybe #pop @{$stash->get('list')}; [% END %]