Thank you guys, for the response.
I will probably write my own code for this. I think finding 5 consecutive increasing or decreasing values in a list should not that difficult.
However, how do I map them to the dates again ?
Thanks!
Monk
Comment on Re: Recommendations for perl modules to work on data sets ?
However, how do I map them to the dates again ? if you make up an hash with dates as keys then you can work with values and print back key and value as needed
L*
There are no rules, there are no thumbs..
Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.