- or download this
...
d = SvPVX(sv);
...
else
*d = d[1];
- or download this
d = SvPVX(sv);
while (isALPHA(*d)) d++;
while (isDIGIT(*d)) d++;
- or download this
if (*d) {
- or download this
sv_setnv(sv,Atof(SvPVX_const(sv)) + 1.0);
- or download this
Perl_croak(aTHX_ "String increment invalid on string '%s'", SvPVX(
+sv));