Help for this page

Select Code to Download


  1. or download this
    #include <EXTERN.h>
    #include <perl.h>
    static PerlInterpreter *foo;
    ...
    perl_destruct(foo);
    perl_free(foo);
    }
    
  2. or download this
    printme();
    sub printme { print $_[0] };
    
  3. or download this
    prompt% myperl script.pl
    geh