Help for this page

Select Code to Download


  1. or download this
    K:\Perl\temp>type bar.pl
    use Cwd;
    ...
    
    K:\Perl\temp>bar.exe
    Hello World
    
  2. or download this
    K:\Perl\temp>type foo.pl
    use Data::Dumper::Simple;
    ...
    Hello World
    
    K:\Perl\temp>pp -o foo.exe foo.pl
    
  3. or download this
    "The procedure entry point PL_memory_wrap could not be located in the 
    +dynamic link library perl58.dll"
    
  4. 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.