Help for this page

Select Code to Download


  1. or download this
    push @closures, eval "sub { print "\Q$j\E" }";
  2. or download this
    my $my_j = $j;
    push @closures, sub { print $my_j };