Help for this page

Select Code to Download


  1. or download this
        if ((PL_op->op_type == OP_READ || PL_op->op_type == OP_SYSREAD)
            && gv && (io = GvIO(gv)) )
    ...
                RETURN;
            }
        }