Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print "SQL::Statement-$SQL::Statement::VERSION\n";
    print "\n";
    print "$_\n" for $dbh->tables (undef, undef, undef, undef);