Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: behaviour of STDOUT and STDERR

by marto (Cardinal)
on May 14, 2009 at 11:10 UTC ( [id://764059]=note: print w/replies, xml ) Need Help??


in reply to behaviour of STDOUT and STDERR

See suffering from buffering:

#!/usr/bin/perl use strict; use warnings; $| = 1; print STDOUT "Output with Newline\n\n between"; print STDERR "FirstLine\nSecondLine\nThirdLine";

Does what you expect

Hope this helps

Martin

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-24 09:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found