in reply to RE: Re: Using perl to automate mail backup
in thread Using perl to automate mail backup
There is also the Cwd module, which will fetch the current working directory (via getcwd or cwd). I don't know if/how these values are tainted though.(fastolfe) eddie:~$ perl -e 'chdir("tmp"); system("pwd");' /home/fastolfe/tmp (fastolfe) eddie:~$ pwd /home/fastolfe
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: RE: Re: Using perl to automate mail backup
by zzspectrez (Hermit) on Nov 12, 2000 at 23:34 UTC | |
by Fastolfe (Vicar) on Nov 13, 2000 at 08:55 UTC |