Use these to make some script, and when you have something we'll comment on it to help you make it better/function ;-)my @array = (); for $file ( qw(file1 file2 file3) ){ open(IN,'<',$file) while(IN){ chomp; split; } close (IN) }
In reply to Re: Extracting from Multiple Files
by aukjan
in thread Extracting from Multiple Files
by maxcw
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |