Help for this page

Select Code to Download


  1. or download this
    "perl", "-e", qq{chdir "/usr/bin"; exec @ARGV;}, $original_cmd, @args
    
  2. or download this
             use Carp;
             use Cwd;
    ...
               # when I exit the subroutine and $in_dir goes
               # out of scope.
             }