Hello.
Thanks for reply. Yes, I "use" lots of modules in my script, some of which include:
use bytes;
use Encode::Byte;
use Encode::Unicode;
Without "use bytes" compiled binary doesn't work at all. Everythins works without errors except pattern matches in HTML::Template module, when script is in perl's internal encoding of scalar.
So maybe there's some other detail whick I didn't notice? Or probably some extracts from my script could help? I already told, I "use" some modules, which perl autoloads itself when not compiled. Maybe something else?