Re: perlglob on Windows platform

2004-05-21 Thread Satya_Devarakonda
Thank you sir, I corrected my code. Regards, satya "John W. Krahn" <[EMAIL PROTECTED]> 05/20/2004 05:28 PM To: [EMAIL PROTECTED] cc: (bcc: Satya Devarakonda/HAM/AM/HONDA) Subject: Re: perlglob on Windows platform Satya Devarakond

Re: perlglob on Windows platform

2004-05-20 Thread John W. Krahn
Satya Devarakonda wrote: > > Hi, Hello, > I am trying to delete zero byte files using the following code: > > for ($i=0; $i<[EMAIL PROTECTED];$i++) { ^^ You are accessing a nonexistent element of the array. If your array contains ten elements then that will also use the eleventh