From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

<%
my $x=1;
sub closure {
my $y = $x;
$y;
}
return;
%>