snape has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks,
I would like to know how can I read all the files in the directory. The files are of the same format. for eg:
A B 20 A C 15 C D 11 A D 10 C B 05
I need to know that how can I take the average of all the values of the column 3 across all the files in the directory and the directory contains more than 100 files.
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Reading all the files in the directory
by toolic (Bishop) on Feb 12, 2010 at 18:34 UTC | |
|
Re: Reading all the files in the directory
by crashtest (Curate) on Feb 12, 2010 at 18:58 UTC |