Help for this page

Select Code to Download


  1. or download this
            SV* ret = eval_pv("1;", TRUE);
            SvREFCNT_dec(ret);
    
  2. or download this
        for (;;) {
            ENTER;
    ...
            FREETMPS;
            LEAVE;
        }