Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
    use strict;
    ...
    
    # or save it in a file
    $dbh->func( 'people', 'HTMLtable', '/home/user/mytab1.html', 'ad_expor
    +t' );
    
  2. or download this
    OUTPUT:
    <table bgcolor="white" border="1">
    ...
      <tr><td>Stella</td></tr>
      <tr><td>Katherine</td></tr>
    </table>