http://qs321.pair.com?node_id=204037


in reply to IO::Scalar on Apache Weirdness

Apache does its own magic with STDOUT, you may be running into conflicts. Try localizing STDOUT within your sub:

sub foo { local *STDOUT; # etc. }

After Compline,
Zaxo

Replies are listed 'Best First'.
Re: Re: IO::Scalar on Apache Weirdness
by BigJoe (Curate) on Oct 09, 2002 at 20:33 UTC
    I tried your suggestion but it runs into the same issue. I do think it is like you said about Apache's magic. Thanks for the answer though.

    --BigJoe

    Learn patience, you must.
    Young PerlMonk, craves Not these things.
    Use the source Luke.