LAST is exactly what I was looking for, thanks.
I think I was not clear on my print question. I want for example, always start printing at position 30. For example,
If I do print "\nValue is $data"; it will print the value on the start of the line and it's correct since I used \n, however I want to write on the new line bug starting at the position 30, in other works I would like to print always jumping the first 29 position / chars. How to do it?
Thank you