|
|
| No such thing as a small change | |
| PerlMonks |
Re: Answer: How do I find what dir the perl script is running from?by Anonymous Monk |
| on Dec 29, 2000 at 19:29 UTC ( [id://48886]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Even better (for Unix), you can try one of the following...
$var = `/usr/bin/pwd`; # put the current dir in to $var
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||