Help for this page

Select Code to Download


  1. or download this
    package A;
    
    ...
      my $a = A->new;
      print "scope left\n";
    }
    
  2. or download this
    ./perl -Dt /tmp/test
    (/tmp/test:3)    null
    ...
    destroy
    (/tmp/test:3)    leavesub
    (/tmp/test:9)    leave