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