6 messages in com.mysql.lists.perlRe: RH9 multi-thread perl unresolved ...
FromSent OnAttachments
Matthew A. R. Sherian26 Jan 2004 08:16 
Jochen Wiedmann26 Jan 2004 13:04 
Matthew A. R. Sherian26 Jan 2004 13:11 
Matthew A. R. Sherian27 Jan 2004 16:25 
Rudy Lippan27 Jan 2004 20:15 
Matthew A. R. Sherian28 Jan 2004 07:59 
Subject:Re: RH9 multi-thread perl unresolved symbol problem?
From:Matthew A. R. Sherian (ma@mars-tmc.hq.themunicenter.com)
Date:01/28/2004 07:59:35 AM
List:com.mysql.lists.perl

Thank You,

I was looking at that code, and I didn't even notice that. BAH!!!

On Tue, 2004-01-27 at 23:16, Rudy Lippan wrote:

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