From: Pop Qvarnstrom Date: March 20 1999 1:16am Subject: Re: Perl/Mysql problem List-Archive: http://lists.mysql.com/mysql/668 Message-Id: <199903200119.CAA28988@imail.utfors.se> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii >Not a CODE reference at ./insert line 64, <> chunk 2. > >Here is line 64..... >my $sth = $dbh->($query) or die "can't post message: $dbh->errstr\n"; That ($query) is not a reference to a code snippet. Try: $sth = $dbh->prepare($query) //pop _______________________________________________________________ "They can't break you if you don't have a spine" -- Wally in Dilbert 12/25/97 http://www.fyristorg.com/~pop/