Help for this page

Select Code to Download


  1. or download this
    void my_load_module(pTHX_ const char *module_name) {
        SV *sv_name = newSVpv(module_name, 0);
        load_module(PERL_LOADMOD_NOIMPORT, sv_name, Nullsv);
    //    SvREFCNT_dec(sv_name);
    }
    
  2. or download this
    Attempt to free unreferenced scalar: SV 0x0....