- 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
...
print "Hello from $^O $]\n";
C:\test>
- or download this
C:\test>gcc_bld_hello.c.pl18
...
print "Hello from $^O $]\n";
C:\test>gcc_bld_hello.c.pl18
- or download this
#include <EXTERN.h>
#include <perl.h>
...
PERL_SYS_TERM();
return 0;
}
- or download this
C:\test>gcc_bld_hello.c.pl18
...
C:\test>.\hello.exe hello.pl18
C:\test>