Help for this page

Select Code to Download


  1. or download this
    sub foo {
        print "foo @_\n";
    ...
    foo();
    $r1->('baz');    # This call has an extra frame in the call stack. 
    $r2->('baz', 'qux');