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
    % cc -o interp interp.c `perl -MExtUtils::Embed -e ccopts -e ldopts`