Re: C's gotoxy() equivalent in Perl
- From: "Gerry Ford" <invalid@xxxxxxxxxxx>
- Date: Wed, 30 Jan 2008 06:42:38 -0700
"Yogi" <yogeshkagrawal@xxxxxxxxx> wrote in message
news:7bb7b711-0fbb-423a-9d5a-f134a1e78133@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Jan 30, 3:24 pm, "John W. Krahn" <some...@xxxxxxxxxxx> wrote:Maybe one way to get what you want is to install Ruby and borrow the curses.
Yogi wrote:
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
gotoxy() is not a C language function, it is a Curses function:
http://search.cpan.org/~giraffed/Curses-1.20/gen/make.Curses.pm
John
--
Perl isn't a toolbox, but a small machine shop where you
can special-order certain sorts of tools at low cost and
in short order. -- Larry Wall
Thanks John for providing me link. I believe, I will have to install
Curses as its not available in perl version I am using.
I frankly don't know a curse from a gem or a rake, but since Ruby was
created using MVC++6, it might be better for windows stuff than the
equivalent from perl.
PDCurses 2.60-1
--
Gerry Ford
.
- Follow-Ups:
- Re: C's gotoxy() equivalent in Perl
- From: Ben Morrow
- Re: C's gotoxy() equivalent in Perl
- References:
- C's gotoxy() equivalent in Perl
- From: Yogi
- Re: C's gotoxy() equivalent in Perl
- From: John W. Krahn
- Re: C's gotoxy() equivalent in Perl
- From: Yogi
- C's gotoxy() equivalent in Perl
- Prev by Date: Re: CRLF problem.
- Next by Date: Re: Using Imager module to resample images
- Previous by thread: Re: C's gotoxy() equivalent in Perl
- Next by thread: Re: C's gotoxy() equivalent in Perl
- Index(es):
Relevant Pages
|