On Sun, Oct 19, 2008 at 08:51, Jeff Pang <[EMAIL PROTECTED]> wrote:
> 2008/10/19 itshardtogetone <[EMAIL PROTECTED]>:
>> Hi,
>> What is the command to recall the drive location of my script?
>> Thanks
>
> use Cwd;
> see getcwd();
snip
That will tell you where the script was run from (and maybe not
2008/10/19 itshardtogetone <[EMAIL PROTECTED]>:
> Hi,
> What is the command to recall the drive location of my script?
> Thanks
use Cwd;
see getcwd();
--
Jeff Pang
http://home.arcor.de/pangj/
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http:/
Hi,
What is the command to recall the drive location of my script?
Thanks
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/