2 simple questions - update:

2002-01-15 Thread Chris
On the path issue: What I need to do is to verify if a specific directory exists in the current directory: if exists($PWD/ThisDir) then print "WH00T" End If Type statement... TIA Chris Anderson -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

Re: 2 simple questions - update:

2002-01-15 Thread Frank
On Mon, Jan 14, 2002 at 10:45:35PM -0600, Chris wrote: > On the path issue: > > What I need to do is to verify if a specific directory exists in the > current directory: > > if exists($PWD/ThisDir) then >print "WH00T" > End If ---end quoted text--- $_='/home/frank/'; print "foo" if -e "$_

RE: 2 simple questions - update:

2002-01-15 Thread Peter Cornelius
8:46 PM To: [EMAIL PROTECTED] Subject: 2 simple questions - update: On the path issue: What I need to do is to verify if a specific directory exists in the current directory: if exists($PWD/ThisDir) then print "WH00T" End If Type statement... TIA Chris Anderson -- To uns