The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

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