al Message -
From: "Duncan Hudson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 28, 2001 1:38 PM
Subject: Storing Hash
> I want to take a hash, in Perl w/ DBI, and store it in a column in one of
my
> MySQL tables. I tried writing it to a blob, but I
I want to take a hash, in Perl w/ DBI, and store it in a column in one of my
MySQL tables. I tried writing it to a blob, but I can't read it back later.
How would I go about storing the hash and then reprocessing it later?
Thanks in advance,
Dunc.
---