in reply to Re: Dynamically overwriting a line of text on stdout console
in thread Dynamically overwriting a line of text on stdout console

This in fact works:
$\ = undef ; print 'somestuff'; print "\rOVERWRITE\n";
But I don't understand, because:
print "Text"; print " MoreText\n";
Does not get printed as:
Text MoreText
as $\ being "\n" would seem to imply. I am using version 5.005.

-------------------------------------
Nothing is too wonderful to be true
-- Michael Faraday