Help for this page
# I assume this is just an example, as '$c' and '@a' serve # no real purpose here ... # already 'enclosed' in another limited context $sub = sub { my $c = shift; my @a = ($tmp); return @a; }; }