in reply to Re: How do I find what dir the perl script is running from?
in thread How do I find what directory the perl script is running from?
$var = `/usr/bin/pwd`; # put the current dir in to $varprint `/usr/bin/pwd`; # print the cwd to STDOUT
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Answer: How do I find what dir the perl script is running from?
by Anonymous Monk on Sep 16, 2003 at 23:38 UTC |