Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: IO::Scalar on Apache Weirdness

by Zaxo (Archbishop)
on Oct 09, 2002 at 20:10 UTC ( [id://204037]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://204037]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-20 02:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found