Hi Steven,

On Sat, 05 Nov 2011 11:58:37 -0500
Steven Perry <spe...@sprynet.com> wrote:

> Does anybody know of any modules to create console applications for windows?
> I don't want a GUI like tk does. I want it to be text based and run in a DOS
> window.
> 
> I saw the below example but couldn't get the curses module to work in
> Windows. 
> This is a good example of what I'd like to do.
> http://drdobbs.com/web-development/184416181?pgno=2
> 

I recall being told by someone that he had a problem getting PDcurses up and
running on Windows. You can try http://metacpan.org/release/Win32-Console as
long as you don't mind your code being Win32/Win64-only. If you do, then
create a layer of abstraction for it and Curses.

Regards,

        Shlomi Fish

> Google wasn't any help but it was probably the terms I used.
> 
> Thanks.
> 
> 



-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
http://www.shlomifish.org/humour/ways_to_do_it.html

“My name is Inigo Montoya. You forced my father to write XSLT. Prepare to die!
And be thankful I don’t force you to write XSLT.”

Please reply to list if it's a mailing list post - http://shlom.in/reply .

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to