Help for this page

Select Code to Download


  1. or download this
    #include <EXTERN.h>     /* from the Perl distribution     */
    #include <perl.h>       /* from the Perl distribution     */
    ...
            perl_destruct(my_perl);
            perl_free(my_perl);
        }
    
  2. or download this
    E:\>bcc32 perl_inc.c
    Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
    ...
    Error E2209 c:\Borland\Bcc55\include\perl.h 2325: Unable to open inclu
    +de file 'iperlsys.h'
    Fatal F1003 c:\Borland\Bcc55\include\regexp.h 18: Error directive: Mus
    +t use C++ for REGEXP.H
    *** 15 errors in Compile ***
    
  3. or download this
    E:\>bcc32 perl_inc.c
    Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
    ...
    Error E2257 c:\Borland\Bcc55\include\perl.h 2077: , expected
    Error E2228 c:\Borland\Bcc55\include\perl.h 2077: Too many error or wa
    +rning messages
    *** 26 errors in Compile ***