<%init> $foo = 123; @bar = qw/moo kooh/; <& /globals &> { foo => <% $foo %>, bar => [<% join (q/, /, @bar) %>], }