Testing HTML::Mason
- <%2+2%> is <% 2+2 %>.
- current directory is '<% `/bin/pwd` %>'.
- whoami is '<% `whoami` %>'.
Table of square roots
% for my $i (1..20){
<% $i %> | <% sqrt($i) %> | |
% }
Inserting another mason "component".
<& mason_component.html, color => 'red' &>
Jim Mahoney