Help for this page

Select Code to Download


  1. or download this
    # 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; };
    }