Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re^2: Processes clobbering each other (atoms)

by mcogan1966 (Monk)
on Nov 25, 2003 at 13:54 UTC ( [id://309894]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Processes clobbering each other (atoms)
in thread Processes clobbering each other

To get Perl to use more that one write(2) when outputting "aaa\n" you'd have to set $| to a true value and use more than one Perl statement to output those 4 characters.
Though, there is a very distinct chance that this is exactly what is happening. Hard to say for sure. So, I tried commenting out the
$| = 1;
line. Didn't work though.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-20 01:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found