Help for this page

Select Code to Download


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