in reply to
use encoding affects pack()
try to switch to
use utf8
encoding.pm can influence other modules and break their code, for example the code of Image::Size which is loaded by AutoLoader (see
use encoding 'utf8' and AutoLoader
for an example)
Comment on
Re: use encoding affects pack()
Download
Code
In Section
Seekers of Perl Wisdom