Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
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 making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2025-01-18 08:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which URL do you most often use to access this site?












    Results (56 votes). Check out past polls.