Help for this page

Select Code to Download


  1. or download this
    eval_pv("$string = \"This is a string\"; print(\"$string\\n\");");
    
  2. or download this
    static void call_some_perl_sub(const char* s) {
        dSP;
    ...
        FREETMPS;
        LEAVE;
    }