Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print $generator->portrait;
    
    __END__
    
  2. or download this
    <table>
      <tr>
    ...
        <td>red</td>
      </tr>
    </table>
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print $generator->portrait;
    
    __END__
    
  4. or download this
    <table>
      <tr>
    ...
        <td><font color="red">red</font></td>
      </tr>
    </table>