Help for this page

Select Code to Download


  1. or download this
    load_module(PERL_LOADMOD_NOIMPORT,
                newSVpvn("My::Module", 10),
                newSVnv(0.01));
    
  2. or download this
    char *theArgv[] = { "", "/dev/null" };
    perl_parse(my_perl, xs_init, 2, theArgv, (char **) NULL);