Help for this page

Select Code to Download


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