Help for this page

Select Code to Download


  1. or download this
    #include <EXTERN.h>
    #include <perl.h>
    ...
        perl_free(my_perl);
        PERL_SYS_TERM();
    }
    
  2. or download this
    cc myprog.c -o myprog `perl -MExtUtils::Embed -e ccopts -e ldopts`