Hello,
Am using Perl in Ubuntu 22.10. In a terminal window I wish to print 1 line of plain text at a x,y location of my choosing. Am wanting to do this from within my Perl script.
My version of Perl - at a terminal window I type 'perl -v' and the result is:
This is perl 5, version 34, subversion 0 (v5.34.0) built for x86_64-linux-gnu-thread-multi (with 60 registered patches, see perl -V for more detail)
Can someone please provide me with some guidance please.
Thank you.
Edwin