Re: whats the location of my perl script

2008-10-19 Thread Chas. Owens
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

Re: whats the location of my perl script

2008-10-19 Thread Jeff Pang
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:/

whats the location of my perl script

2008-10-19 Thread itshardtogetone
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/