http://www.perlmonks.org?node_id=399006


in reply to Re: Redirecting STDOUT from internal function with 5.6.1 restrictions
in thread Redirecting STDOUT from internal function with 5.6.1 restrictions

Did I say STDERR? Sorry I meant STDOUT.
I ended up going with the temp file idea...thanks.
  • Comment on Re^2: Redirecting STDOUT from internal function with 5.6.1 restrictions

Replies are listed 'Best First'.
Re^3: Redirecting STDOUT from internal function with 5.6.1 restrictions
by tmoertel (Chaplain) on Oct 13, 2004 at 21:14 UTC
    Did I say STDERR? Sorry I meant STDOUT.

    No need to be sorry. You said STDOUT – rather clearly and several times at that, I see, now that I re-read your orignal post. I'm just a goofball and somehow read it as STDERR. Each and every time. (Note to self: The correct order is: espresso first, post second.)

    Thank you for being gracious about my error and not pointing out how big of a dope I am. Luckily, I didn't hardcode STDERR into my example code, and so I don't look like a complete idiot.

    Anyway, I'm glad that everything worked out, despite mine eyes having deceived me.   :)

    Cheers,
    Tom