in reply to Re^2: understanding print
in thread understanding print
What FunkyMonk was getting to is that printing a carriage return ("\r") causes the cursor to move to the first column on many terminals. We suspect the value of $wrds[13] contains that character.
>perl -le"print qq{abcdef\rghi}" ghidef
Unfortunately I could not try Data::Dump
Why not?
|
|---|