http://qs321.pair.com?node_id=293649


in reply to Re: Re: Arrays of Hashes
in thread Arrays of Hashes

The issue is that Perl, like most other programming languages buffers screen output by default then outputs it all at once under certain circumstances. Those circumstances in Perl are either printing out a newline character, or manually flushing out the buffer. There may be others, I'm but a novice. Anybody know other ways?

Hope that helps!
Ben