> I'm trying to create a packed exe to deploy on windows servers.  Build
> as 'pp -o file.exe script.pl' .  Builds fine, but when I run it I get:

Following up my previous mail:
Did you build pp.exe from the same version of perl and Scalar::Util
that is now on the machine you are packing script.pl? 
(I just realized that pp.exe contains "built-in" versions of
Scalar/Util.pm and List/Util/Util.dll that might be older
than the ones now deployed; these are probably preferred at runtime
over other versions that may be present in the zip archive file.exe).

Cheers, Roderich

Reply via email to