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 }
--
<http://www.dave.org.uk>

"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
    Thanks Guys, esp. davorg, It did work. I fixed the problem.