Re: find command works different when used in perl script

2004-06-17 Thread sreenath sarikonda
and line / is constant > > try printing out the value of $Hme each time to > check > > > > > > > - Original Message - > From: "sreenath sarikonda" <[EMAIL PROTECTED]> > To: "Wiggins d Anconia" <[EMAIL PROTECTED]> &

Re: find command works different when used in perl script

2004-06-17 Thread Sudhir Sambrani
ROTECTED]> To: "Wiggins d Anconia" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, June 17, 2004 1:15 PM Subject: Re: find command works different when used in perl script > Please group reply so everyone can help and be helped > (and to avoidbeing accident

Re: find command works different when used in perl script

2004-06-17 Thread sreenath sarikonda
Please group reply so everyone can help and be helped (and to avoidbeing accidentally ignored). > Wiggins , > Thank you for the reply > You haven't told us what the difference is, but out > > of curiousity why > > are you using $PATHP to start your search, isn't > > that what $Hme is for?

Re: find command works different when used in perl script

2004-06-17 Thread Wiggins d Anconia
Please group reply so everyone can help and be helped (and to avoid being accidentally ignored). > Wiggins , > Thank you for the reply > > > You haven't told us what the difference is, but out > > of curiousity why > > are you using $PATHP to start your search, isn't > > that what $Hme is

Re: find command works different when used in perl script

2004-06-17 Thread Wiggins d Anconia
> Hi everyone, >Below is the script i am using to delete > few files in the list of user home directories. But > for now I am testing this code and just listing. > So the find command gives a different output when used > in bash prompt than when invoked in script. > Any help would be ap

find command works different when used in perl script

2004-06-17 Thread sreenath sarikonda
Hi everyone, Below is the script i am using to delete few files in the list of user home directories. But for now I am testing this code and just listing. So the find command gives a different output when used in bash prompt than when invoked in script. Any help would be appreciated Thak