Help for this page

Select Code to Download


  1. or download this
    cl hello.c
    
  2. or download this
    C:\>set PATH
    Path=D:\Perl\bin\;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:
    +\COREL50;C:\Program Files\SSH Communications Security\SSH Secure Shel
    +l
    ...
    
    C:\>hello
    Hello World
    
  3. or download this
    cl.exe -DWIN32 -I"C:\Perl\lib\CORE" C:\Perl\lib\CORE\perl58.lib -o int
    +erp.exe interp.c
      1        2             3                     4                 5    
    +           6
    
  4. or download this
    #if defined(WIN32)
        incpush(PRIVLIB_EXP, TRUE, FALSE);
    #else
        incpush(PRIVLIB_EXP, FALSE, FALSE);
    #endif