- or download this
%HoH = (
cat => {
...
}
}
);
- or download this
my %date_slots = (
1 => FY2003-Q2,
...
4 => FY2004-Q1,
5 => FY2004-Q2
);
- or download this
foreach $customer (keys %HoH) {
print "$customer\n";
...
}
}
}
- or download this
cat
FY2003-Q2 = blah blah blah
...
catdog
FY2004-Q1 = blah blah blah
FY2004-Q2 = blah blah blah
- or download this
cat
FY2003-Q2 = blah blah blah
...
FY2003-Q4 = no data
FY2004-Q1 = blah blah blah
FY2004-Q2 = blah blah blah