- or download this
my %date;
$date{1.1.2001}="Happy new year";
push @{$date{1.1.2001}, "Don't drink and drive";
- or download this
for $event (@{$date{1.1.2001}) {
print "$event on 1.1.2001\n"
}
- or download this
-----------------------------------
--the good, the bad and the physi--
-----------------------------------