|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: Design elegance : How to best design this simple program ?by pvaldes (Hermit) |
| on Jun 18, 2012 at 18:37 UTC ( #976873=note: print w/ replies, xml ) | Need Help?? |
|
- find directories with spreadsheets of interest Please define "spreadsheets of interest" How do you think you could take this files apart and not another spreadsheets uninteresting? that's a point that you'll need to solve i need information from ALL of the spreadsheets in one directory read about glob and wilcards like *.ods, *.xls or so extension (file type) of your spreadsheets? and i need information from a lines around $num_line-2, $num_line-2 and $num_line+1.Didn't understand this part, sorry - read all spreadsheets from a directory simultaneouslywhy simultaneoulsy? read file by file in the list provided by glob. A 1M file shouldn't be a real trouble to process - calculate SOME_STUFF($num_line) on each linewhat type of stuff? - analyze and display the resultsProbably the easy part
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||