in reply to Re: Rows fail to delete without error
in thread Rows fail to delete without error

Shouldn't that $sth->execute( @key ); actually be $sth->execute( @key[1..6] );?

--
$you = new YOU;
honk() if $you->love(perl)