- or download this
print "<b>some quoted HTML<b>" ;
...
my $html = "<i>assign some html</i>" ;
- or download this
print qq`
...
</font>
` ;
- or download this
<html>
<%
...
</font>
%>
</html>
- or download this
>> this is an output!
...
print "this is an output!\n" ;
- or download this
<table border="0">
<%
...
}
%>
</table>
- or download this
<%
for ( @names ) {
...
. << </tr>
}
%>