Help for this page

Select Code to Download


  1. or download this
    #include <EXTERN.h>
    #include <perl.h>
    ...
        return 0;
    }
    
  2. or download this
    C:\test>gcc_bld_hello.c.pl18
    
    ...
    C:\test>.\hello.exe hello.pl18
    
    C:\test>
    
  3. or download this
    C:\test>cl /W3 hello.c -DWIN32 -I"C:\Perl64\lib\CORE"  C:\Perl64\lib\C
    +ORE\perl510.lib
    Microsoft (R) C/C++ Optimizing Compiler Version 15.00.21022.08 for x64
    ...
    C:\test>.\hello.exe hello.pl
    So far, so good!
    Hello from MSWin32 5.010001