Terminal control/Cursor positioning

Assuming an ANSI terminal:

print "\e[6;3H";
print 'Hello';