Help for this page

Select Code to Download


  1. or download this
    my $new_sql = <<EOS;
            select <col_name> from <table_name>
    ...
            push(@rows, $cols);
    }
    $sth->finish();