- or download this
My home directory contains these files:-
08-1.txt
08-2.txt
09-1.txt
09-2.txt
- or download this
i have an array
@files = ("08","09");
- or download this
foreach $file (@files)
{
...
print @command;
system("/usr/bin/perl hash.pl $file");
}
- or download this
Content of hash.pl
...
print $data{$key};
}
- or download this
value of @command array after the first iteration of @files
is
...
can anyone please help?