Re: Strange problem with glob

2006-12-28 Thread Igor Sutton
Hi Madhur, 2006/12/28, Madhur Kashyap [EMAIL PROTECTED]: Hi there, Have a look at these two different implementations. IMPL2 works somehow. The problem I am facing is that the glob $pat does not return any value in IMPL1 but it returns in IMPL2. Can somebody tell what could be the problem.

Re: Strange problem with glob

2006-12-28 Thread Mumia W.
On 12/28/2006 01:42 AM, Madhur Kashyap wrote: Hi there, Have a look at these two different implementations. IMPL2 works somehow. The problem I am facing is that the glob $pat does not return any value in IMPL1 but it returns in IMPL2. Can somebody tell what could be the problem. [...] Use

Re: Strange problem with glob

2006-12-28 Thread Madhur Kashyap
Okies... yeah ..later I changed it to glob() and it worked, but I was little bit concerned why it works with switch module. Nevertheless, I have had wierd troubles with Switch module in past ... Thanks Madhur On 12/28/06, Mumia W. [EMAIL PROTECTED] wrote: On 12/28/2006 01:42 AM, Madhur

Strange problem with glob

2006-12-27 Thread Madhur Kashyap
Hi there, Have a look at these two different implementations. IMPL2 works somehow. The problem I am facing is that the glob $pat does not return any value in IMPL1 but it returns in IMPL2. Can somebody tell what could be the problem. I have also tried including the advanced glob module using