Help for this page

Select Code to Download


  1. or download this
    #include <EXTERN.h> 
    #include <perl.h>
    
  2. or download this
    cc -o perl-interp perl-interp.c   `perl -MExtUtils::Embed -e ccopts -e
    + ldopts`
    
  3. or download this
    char *one_args[] = { "one_perl", "-e", "print qq(Hi, I'm 1\n)" };     
    +            
    char *two_args[] = { "two_perl", "-e", "print qq(Hi, I'm 2\n)" };