# Check if this table exists on the remote site eval { $sql = "DESC $thisTable;"; $dbq = $ibisSite->prepare($sql); $dbq->execute; }; if ($@) { return($dbq->errstr); }