Re: (un)defined troubles

2010-05-26 Thread Jim Gibson
At 1:06 PM +0200 5/26/10, HACKER Nora wrote: Hi, I am having troubles with a variable that should not be defined but seems to be somehow. In the following code, the variable $localdir is declared, then I am doing a find, and in case I get a result the returned path is assigned as a value to $loc

Re: (un)defined troubles

2010-05-26 Thread Rob Coops
On Wed, May 26, 2010 at 1:06 PM, HACKER Nora wrote: > Hi, > > I am having troubles with a variable that should not be defined but > seems to be somehow. In the following code, the variable $localdir is > declared, then I am doing a find, and in case I get a result the > returned path is assigned

(un)defined troubles

2010-05-26 Thread HACKER Nora
Hi, I am having troubles with a variable that should not be defined but seems to be somehow. In the following code, the variable $localdir is declared, then I am doing a find, and in case I get a result the returned path is assigned as a value to $localdir. But somehow the latter IF results to TRU