Help for this page

Select Code to Download


  1. or download this
    perl_parse
       Tells a Perl interpreter to parse a Perl script.
    ...
             int argc,
             char** argv,
             char** env)
    
  2. or download this
    #include <EXTERN.h>
    #include <perl.h>
    ...
       /* ... */
    }
    /* ... */