$counter = 0; $option_List = ""; while ($counter <= $month) { $counter++; $option_List .= qq~$counter\n~; } $html_content .= qq~ $option_List ~;