Help for this page

Select Code to Download


  1. or download this
    {
    my $private_sub = sub { print "I'M IN UR SCOPE HIDIN UR LEXICALZ\n" }
    ...
    $private_sub->( );
    }
    ## Can't call it here