From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910 <%my $x=1;sub closure { my $y = $x; $y;}return;%>
<%
my $x=1;
sub closure {
my $y = $x;
$y;
}
return;
%>