in reply to Re: Have a multiple file in directory and want to manipulate in each files in incremental order. All the file have same value.
in thread Have a multiple file in directory and want to manipulate in each files in incremental order. All the file have same value.
instead offoreach my $file (readdir DIR)
Note the $ instead of the @.foreach my @file (readdir DIR)
|
|---|