Help for this page

Select Code to Download


  1. or download this
    const char script[] = 
    "Here is my big script with function 'exec_it()'";
    ...
    static PerlInterpreter *my_perl;
    my_perl = perl_alloc();
    perl_construct(my_perl);
    
  2. or download this
    perl_call_pv("exec_it", G_DISCARD);