in reply to Re: Re: creating an array of namesin thread creating an array of names
foreach $month (@array) { print "$month\n"; } [download]