Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print "pre\n";
    something();
    print "post\n";
    
  2. or download this
    pre
    on_release enter
            (in cleanup) test at script.pl line 11.
    post