$command ='select datastructure from blobtest where id=1'; $sth = $dbh->prepare($command); @reply = $sth->execute || die "Could not execute MySQL statement: $command"; my $reconstituted = thaw($reply[0][0]);