in reply to Re: unable to store shared hash with Storable
in thread unable to store shared hash with Storable

I've read YAML was the way to go, but the Dump() interface would just push out ASCII text. I did another check and it appears the YAML::XS might generate the binary for me. Thanks for the suggestions! I'll report back after trying it out.

  • Comment on Re^2: unable to store shared hash with Storable