Recent content by Zod

  1. Z

    Why won't this perl command execute?

    $sqlQuery = $dbh->prepare($query) or die "Can't prepare $query: $dbh->errstr\n"; It states that it cannot call method "prepare" on an undefined variable
Back
Top