in reply to Waiting For File Extension Changes
1 while (@_ = <*.plc>);
1 while ((@_ = <*.pld>) < $count);
(Just calling glob() or the <glob> operator in scalar context will pick a filename for you, not return the count. Hence the assignments.)
--
[ e d @ h a l l e y . c c ]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Waiting For File Extension Changes
by Murpher (Initiate) on May 21, 2003 at 17:42 UTC |