Lorand has asked for the wisdom of the Perl Monks concerning the following question:
It's probably trivial, but how can I make something printed with the print function (or maybe another function) show up on the screen instantly, before I print "\n". What I want to do is this: print a message like
I am doing something...
...time passes...
done.
printed at the end of the previous message.
Is this possible without using modules? (I don't need cursor positioning for this.)
Thanks in advance, Lori
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: simple print question
by b10m (Vicar) on Mar 26, 2004 at 15:58 UTC | |
by Art_XIV (Hermit) on Mar 26, 2004 at 16:08 UTC | |
|
Re: simple print question
by hardburn (Abbot) on Mar 26, 2004 at 15:59 UTC | |
|
Re: simple print question
by eXile (Priest) on Mar 26, 2004 at 16:05 UTC | |
by Lorand (Beadle) on Mar 26, 2004 at 16:14 UTC | |
|
Re: simple print question
by Happy-the-monk (Canon) on Mar 26, 2004 at 15:56 UTC |