Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^3: Using exit

by geektron (Curate)
on Dec 30, 2004 at 16:47 UTC ( [id://418310]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Using exit
in thread Using exit

if you're trying to get things to display to the browser, there are other things to do:
$|++;
to force writes to be "immediate". (i'm forgetting the proper term .. not enough coffee yet this morning ... )

the reason  exit is sending the output to the browser is because the write buffer is closed, like a  close on a filehandle.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-03-28 18:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found