in reply to Re^2: Creating One Table From Several Hashes
in thread Creating One Table From Several Hashes
just addmy ($zip, $amt, $date, $candid) = split;
$date = days_to_week($date);
Writing days_to_week is left as an exercise for the reader :) (I'd use DateTime.)
|
|---|