in reply to read an array of file
For example:
--foreach my $number (1 .. 10) { my $file = "loyl1${number}_lgr.sss"; # do something with $file }
"The first rule of Perl club is you do not talk about
Perl club."
-- Chip Salzenberg
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: read an array of file
by Anonymous Monk on Dec 30, 2002 at 19:23 UTC |