Help for this page

Select Code to Download


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