Help for this page

Select Code to Download


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