in reply to Re: Dynamically overwriting a line of text on stdout console
in thread Dynamically overwriting a line of text on stdout console
But I don't understand, because:$\ = undef ; print 'somestuff'; print "\rOVERWRITE\n";
Does not get printed as:print "Text"; print " MoreText\n";
as $\ being "\n" would seem to imply. I am using version 5.005.Text MoreText
-------------------------------------
Nothing is too wonderful to be true
-- Michael Faraday
|
|---|