Help for this page

Select Code to Download


  1. or download this
    SvLEN( c ) = 2;
    
  2. or download this
    SvLEN( c ) = 0;
    
  3. or download this
    void strIter(SV* code, SV* string)  {
        dSP;
    ...
            call_sv(code, G_NOARGS | G_VOID | G_DISCARD);
        }
    }
    
  4. or download this
    void strIter(SV* code, SV* string)  {
        dSP;
    ...
            call_sv(code, G_NOARGS | G_VOID | G_DISCARD);
        }
    }