in reply to embedded perl: check for compile errors without executing
for errors.# SV* my_eval_sv(SV *sv, I32 croak_on_error) # if (croak_on_error && SvTRUE(ERRSV)) # croak(SvPVx_nolen(ERRSV));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: embedded perl: check for compile errors without executing
by lorius (Novice) on Feb 06, 2010 at 10:45 UTC |