Help for this page
my @monthname = ('jan','feb','mar',...,'dec');
$monthname[0] = 'jan'; $monthname[1] = 'feb'; ... . . $monthname[11] = 'dec';