On 6/20/07, Aruna Goke <[EMAIL PROTECTED]> wrote:
snip
  $sth->execute($x[2], $x[5], $x[4], $x[6]);
snip

I would also change this line to

$sth->execute(@x[2,5,4,6]);

But that is just because I am lazy.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to