return;
}
else if (SvREADONLY(sv))
- croak(no_modify);
+ croak(PL_no_modify);
s = SvPV(sv, len);
if (len && !SvPOK(sv))
s = SvPV_force(sv, len);
return count;
}
else if (SvREADONLY(sv))
- croak(no_modify);
+ croak(PL_no_modify);
s = SvPV(sv, len);
if (len && !SvPOKp(sv))
s = SvPV_force(sv, len);