I am using the Perl bytecode compiler to precompile some scripts in .plc files. These can be used flawlessly in Linux by importing using the byteload_fh () function but I cannot find the same function under Activestate Perl.
So, my question is, is there a way of running complied Perl bytecode under Activestate Perl for Win32?