my $variables = '1 2 3'; my @arrays = (4, 5, 6); my $html = qq{ More stuff with $variables and @arrays and things of the sort. }; print $html;