- or download this
<% if($some_condition) { %>
<b>Some text</b>
...
<% } else { %>
<b>Yet more text</b>
<% } %>
- or download this
<table border="0">
<%
...
}
%>
</table>
- or download this
<table border="0">
% for ( @names ) {
...
-----------------------------------
# now to assign this HTML to a variable:
my $html = $m->scomp('table.mas');