When using Storable freeze/thaw to work with basic object (hash) storage within a mysql db (blob column), I can't seem to get any more than 65535 bytes stored.
Since 65535 appears to be a "magic" number, I've been digging for where my problem might reside (Storable, Perl, etc). but knowing many on this list use Storable to do lots of cool things, can someone provide a clue? Any other comments are much appreciated. Thanks in advance, Bill