Help for this page

Select Code to Download


  1. or download this
    case OP_CONST:
      sv = cSVOPo_sv;
    ...
          else if (SvNIOK(sv) &&
            (SvNV(sv) == 0.0 || SvNV(sv) == 1.0))
            useless = 0;