Help for this page

Select Code to Download


  1. or download this
    my @tables = $dbh->tables();
    $qry = qq{SELECT * FROM ?};
    ...
        $sth->execute();
        $row = $sth->fetchrow_hashref();
    ......