> So      $sth->execute(@_);     "didn't work",
> but
>         my @tmp = @_;
>         $sth->execute(@tmp);
> did?


It was more like this

$sth->execute(@_) didn't work

$sth->execute() did.

Peter Halliday
Excelsior Systems
http://www.excelsiorsystems.net
(Phone:) 607-936-2172
(Support:) 607-329-6905
(Fax:) 607-398-7928


 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.7.1/348 - Release Date: 5/25/2006
 

Reply via email to