Help for this page

Select Code to Download


  1. or download this
    int
    Perl_sv_isa(pTHX_ SV *sv, const char *const name)
    ...
    
        return strEQ(hvname, name);
    }