Help for this page

Select Code to Download


  1. or download this
    $test->execute( sub { print "in the local coderef\n";
                          helper(); } );
    
  2. or download this
    sub helper {
        print "in helper\n";
    }