Re: [perl #22535] [PATCH] use PIO_eprintf instead of PIO_fprintf(PIO_STDERR)

2003-06-06 Thread Leopold Toetsch
JüRgen" "BöMmels <[EMAIL PROTECTED]> wrote: > In many places in the code we use the idiom > PIO_fprintf(interpreter, PIO_STDERR(interpreter), ...); > But there is a function for doing exactly this > PIO_eprintf(interpreter, ...); Thanks, applied. leo

[perl #22535] [PATCH] use PIO_eprintf instead of PIO_fprintf(PIO_STDERR)

2003-06-03 Thread Jürgen
# New Ticket Created by Jürgen Bömmels # Please include the string: [perl #22535] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=22535 > Hi, In many places in the code we use the idiom PIO_fprintf(interpreter, PIO_STDERR(i