Help for this page

Select Code to Download


  1. or download this
    unless (eval { my @a=$dbh->selectrow_array('SELECT anycolumn FROM some
    +table'); 1 }) {
        $dbh->do('CREATE TABLE sometable ...');
    }