in reply to Re: Putting mod Storable output into MySQL
in thread Putting mod Storable output into MySQL
This last line gives the same error.my $frozen = freeze($data); my $command = "insert into blobtest (key,blob) values (1,?)"; my $sth = $dbh->prepare($command); $sth->execute($frozen) || die "Could not execute MySQL statement: $com +mand";
|
|---|