in reply to Re: Sorting by date
in thread Sorting by date
So to begin with, I need to
Since I'm not working with arrays, I don't think I can map and compare unless I'm confused as to what I'm doing. But IF I can get it to print by date, how do I get it to print a new table for each month?foreach (keys %list) { my $value = $list{$_}; my ($date, $message, $email) = split(/:/, $value); print "The date is: $date"; # 1.11.04 or 8.3.04 }
Thanks for your help.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Sorting by date
by Roger (Parson) on Jan 06, 2004 at 01:19 UTC | |
by Anonymous Monk on Jan 06, 2004 at 01:53 UTC | |
by Roger (Parson) on Jan 06, 2004 at 02:00 UTC | |
by sulfericacid (Deacon) on Jan 06, 2004 at 10:40 UTC | |
by Roger (Parson) on Jan 06, 2004 at 12:39 UTC | |
by Anonymous Monk on Jan 07, 2004 at 05:48 UTC | |
by Roger (Parson) on Jan 07, 2004 at 06:26 UTC |