O
O
As a follow-up from an earlier post I am having problems with running
a compiled perl executable. If I include the -d option on the PP
command line the resulting executable fails with...
Can't locate Win32.pm in @INC (@INC contains: .) at -e line 786.
BEGIN failed--compilation aborted at -e line 971.
Can't locate File/Temp.pm in @INC (@INC contains: .) at -e line 162.
END failed--call queue aborted at -e line 974.
The script source is...
print "Hello World\n";
I googled for hours and I think that there is something wrong with the
PAR build and/or the perl58.dll but I could not locate a way to
resolve this. I running Perl5.8.8. with the latest PAR & PAR-
Packer(0.976) on Windows XPsp3
Has anyone come across this problem and know how to resolve it?
a compiled perl executable. If I include the -d option on the PP
command line the resulting executable fails with...
Can't locate Win32.pm in @INC (@INC contains: .) at -e line 786.
BEGIN failed--compilation aborted at -e line 971.
Can't locate File/Temp.pm in @INC (@INC contains: .) at -e line 162.
END failed--call queue aborted at -e line 974.
The script source is...
print "Hello World\n";
I googled for hours and I think that there is something wrong with the
PAR build and/or the perl58.dll but I could not locate a way to
resolve this. I running Perl5.8.8. with the latest PAR & PAR-
Packer(0.976) on Windows XPsp3
Has anyone come across this problem and know how to resolve it?