in reply to Re^2: Date Array Convolution
in thread Date Array Convolution

Your code works only if the day difference is one. My code should work for two, three and more days.

Replies are listed 'Best First'.
Re^4: Date Array Convolution
by alanonymous (Sexton) on Nov 03, 2011 at 23:41 UTC
    I completely agree with you that your code is much better than mine! The problem is that I made mine before I saw your post, and also, I'm new enough with perl that I don't really understand everything that's going on in yours. Do you mind adding some comments for the newbie? Thank you for the help!