in reply to Re: Writing frozen objects to a browser?
in thread Writing frozen objects to a browser?

My bad. I should have included the module I am using. In any case, I believe my trouble is caused by not dealing with non-printable characters properly.

use Storable qw(nstore store_fd nstore_fd freeze thaw dclone);

Thanks.

  • Comment on RE: Re: Writing frozen objects to a browser?