Re: C's gotoxy() equivalent in Perl
- From: Ben Morrow <ben@xxxxxxxxxxxx>
- Date: Wed, 30 Jan 2008 12:48:47 +0000
Quoth Yogi <yogeshkagrawal@xxxxxxxxx>:
Hi,
I am trying to print something on my screen at specific location. Do
we have anything equivalent to gotoxy() , as we have in C language, in
Perl? I tried using Term::Cap but not getting any success.
Getting an error message : "TERM not set at...".
I am trying to run my perl script on Windows envt.
Perl version = v5.8.8 built for MSWin32-x86-multi-thread
Term::Cap won't work under Windows. I would recommend Term::ANSIScreen
for what you're trying to do; you could also look at Win32::Console.
Ben
.
- References:
- C's gotoxy() equivalent in Perl
- From: Yogi
- C's gotoxy() equivalent in Perl
- Prev by Date: Re: Odd (undocumented?) behavior of RAM file within a loop
- Next by Date: Re: Odd (undocumented?) behavior of RAM file within a loop
- Previous by thread: Re: C's gotoxy() equivalent in Perl
- Next by thread: FAQ 1.1 What is Perl?
- Index(es):