##
<%
for ( @names ) {
>>
>> $_
>>
}
%>
####
% for ( @names ) {
<% $_ %>
% }
<%doc> This is table.mas %doc>
-----------------------------------
# now to assign this HTML to a variable:
my $html = $m->scomp('table.mas');