Help for this page

Select Code to Download


  1. or download this
    sub some_func {
      my $saveDir = new PreserveWD;
      # Do stuff
    }
    
  2. or download this
    package PreserveWD;
    
    ...
    *DESTROY = *back;
    
    1;