sub get_html { my @array = qw/ happy sad worried /; my $html = < EOT foreach my $item (@array) { $html .= "$item"; } $html .= <