http://www.perlmonks.org?node_id=970022


in reply to Storable & file descriptor with UTF-8

before saving the data, but it didn't help. I can use 'nstore' method instead of 'nstore_fd', but I would rather store the data to the filehandle. How can I do it?

use binmode only, don't encode the data, Storable isn't utf, its a binary format

  • Comment on Re: Storable & file descriptor with UTF-8