Help for this page

Select Code to Download


  1. or download this
    use DBI;
    use PerlIO::gzip;
    ...
    while (my $row = $sth->fetch) {
        $csv->print ($fh, $row);
        }