Help for this page

Select Code to Download


  1. or download this
    eval_pv
    Tells Perl to eval the given string and return an SV* result.
    ...
    NOTE: the perl_ form of this function is deprecated.
    
            SV*     eval_pv(const char* p, I32 croak_on_error)