Help for this page

Select Code to Download


  1. or download this
    for my $var ( 1,2,3) { 
      my $x =sub {print $var }
    }
    
  2. or download this
     while ( $LEXPAD{for-block}={}; "$LEXPAD{for-block}"->{var} = (1,2,3)-
    +>next() ) {
      my $x =sub { print  "$LEXPAD{for-block}"->{var} }
    }