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 "$_/todo" -- Frank Booth - Consultant Parasol Solutions Limited. (www.parasolsolutions.com) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]