in reply to Re^2: putting dates int year, month date
in thread putting dates int year, month date

That's fairly easy:
# Pseudocode! foreach $date (@dates) { split $date into $year,$month,$day push(@{$dates{$year}->{$month}}, $day); }

s$$([},&%#}/&/]+}%&{})*;#$&&s&&$^X.($'^"%]=\&(|?*{%
+.+=%;.#_}\&"^"-+%*).}%:##%}={~=~:.")&e&&s""`$''`"e

Replies are listed 'Best First'.
Re^4: putting dates int year, month date
by Anonymous Monk on Oct 18, 2005 at 19:00 UTC
    Jees - I had a go with that - it's so powerful it nearly knocked my socks off!!

    Is there any way to slow it down so I can see what's going on?