in reply to Re: Re: creating an array of names
in thread creating an array of names

You could also do:
foreach $month (@array) { print "$month\n"; }