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?