in reply to Changing the name of a variable in perl , with perl.
$month{$1}=$whatever_value; $month[$1]=$whatever_value; [download]
Cheers Rolf