Help for this page
my %month_names = do { my $i = 1; ... $month_num = sprintf("%02d", $month_num); return $month_names{$month_num}; }