Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    
    ...
    
    __DATA__
    my_file.html
    
  2. or download this
    <center><h1>My File</h1></center>
    <hr />
    <p>This is my file.</p>
    
  3. or download this
    <table align="center" width="75%">
      <tr>
    ...
        <td>[% content %]</td>
      </tr>
    </table>