Help for this page

Select Code to Download


  1. or download this
    #include <EXTERN.h>
    #include <perl.h>
    ...
        PERL_SYS_TERM();
        return 0;
    }
    
  2. or download this
    C:\test>cl /W3 -DWIN32 hello.c -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 from MSWin32 5.010001