Help for this page

Select Code to Download


  1. or download this
    perl -e '
    @months=qw(JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC);
    ...
       print "20$year/",++$index,"\n" if $month eq $months[$index];
    }
    '