Help for this page

Select Code to Download


  1. or download this
    # assuming $sth is your SQL statement under DBI
    $sth->execute();
    ...
    }
    
    print "$_\n" for @columns;