in reply to Recommendations for perl modules to work on data sets ?

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 ?

Replies are listed 'Best First'.
Re^2: Recommendations for perl modules to work on data sets ?
by Discipulus (Canon) on Oct 21, 2016 at 17:07 UTC
    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.