later when
people start wanting to do bizarre things with pseudo-filehandles.
On Thu, 2004-11-25 at 08:00 +0100, Leopold Toetsch wrote:
Brian Wheeler <[EMAIL PROTECTED]> wrote:
> I noticed a hole in the io.ops where the PIO stuff wasn't covered. This
> patch creates an eof opc
; wrote:
> > I noticed a hole in the io.ops where the PIO stuff wasn't covered. This
> > patch creates an eof opcode which checks for end of file.
>
> Please just use the "eof" method of the PIO object:
>
> $I0 = $P0."eof"()
>
> leo
--
brian wheeler <[EMAIL PROTECTED]>
Brian Wheeler <[EMAIL PROTECTED]> wrote:
> I noticed a hole in the io.ops where the PIO stuff wasn't covered. This
> patch creates an eof opcode which checks for end of file.
Please just use the "eof" method of the PIO object:
$I0 = $P0."eof"()
leo
I noticed a hole in the io.ops where the PIO stuff wasn't covered. This
patch creates an eof opcode which checks for end of file.
Brian Wheeler
[EMAIL PROTECTED]
cvs diff: Diffing .
cvs diff: Diffing ops
Index: ops/io.ops
==