- or download this
K:\Perl\temp>type bar.pl
use Cwd;
...
K:\Perl\temp>bar.exe
Hello World
- or download this
K:\Perl\temp>type foo.pl
use Data::Dumper::Simple;
...
Hello World
K:\Perl\temp>pp -o foo.exe foo.pl
- or download this
"The procedure entry point PL_memory_wrap could not be located in the
+dynamic link library perl58.dll"
- or download this
K:\Perl\temp>foo.exe
Can't load 'K:\DOCUME~1\Darren\LOCALS~1\Temp\par-Darren\cache-11429565
+20\b007796
...
BEGIN failed--compilation aborted at Data/Dumper/Simple.pm line 6.
Compilation failed in require at script/foo.pl line 1.
BEGIN failed--compilation aborted at script/foo.pl line 1.