List:MySQL and Perl« Previous MessageNext Message »
From:Rudy Lippan Date:January 28 2004 4:16am
Subject:Re: RH9 multi-thread perl unresolved symbol problem?
View as plain text  
On Tue, 27 Jan 2004, Matthew A. R. Sherian wrote:

> Date: Tue, 27 Jan 2004 19:26:08 -0500
> $sth = $dbh->prepare( $query ) or die "SQL Failure: On prepare
> of\n\t$DBI::errstr\n";
> $sth = $sth->execute() or die "SQL Failure: On execute

$sth->execute();
  not
$sth = $sth->execute();


Rubdy


Thread
RH9 multi-thread perl unresolved symbol problem?Matthew A. R. Sherian26 Jan
  • Re: RH9 multi-thread perl unresolved symbol problem?Jochen Wiedmann26 Jan
    • Re: RH9 multi-thread perl unresolved symbol problem?Matthew A. R. Sherian26 Jan
      • Re: RH9 multi-thread perl unresolved symbol problem?Matthew A. R. Sherian28 Jan
        • Re: RH9 multi-thread perl unresolved symbol problem?Rudy Lippan28 Jan
          • Re: RH9 multi-thread perl unresolved symbol problem?Matthew A. R. Sherian28 Jan