http://qs321.pair.com?node_id=372065


in reply to Creating Win32 User Interfaces with Perl

For building a general purpose user interface for an application CGI is probably going to be your last choice in most cases - fortunately on Windows you have some choices:


I am sure there are others I have forgotten about.

/J\

  • Comment on Re: Creating Win32 User Interfaces with Perl

Replies are listed 'Best First'.
Re^2: Creating Win32 User Interfaces with Perl
by Happy-the-monk (Canon) on Jul 06, 2004 at 12:23 UTC

    I am sure there are others I have forgotten about.

    ...like the command line if there's no need for a GUI either.

    Update: See Downloading the Latest Version of Perl if you don't have perl on your computer yet.

    Cheers, Sören

        Wrong, wrong, wrong. The poster specifically said he was using XP. These modules are not for the console that ships with NT2K and XP (cmd.exe) and only partially works with command.com that is also included (None of the ANSI color stuff, and only limited things work on the Console) . The last time the Win32::Console was updated was in 2002. I don't know why folks assume that because it worked on 95/98 that it just works on NT/XP, in this case it doesn't. The Win32::Console::ANSI docs even tell you it specifically doesn't work on NT2K and XP on the link provided above.


        Update: I was Wrong Wrong Wrong!;-)
        I downloaded and built these modules (Win2K AS Perl 5.3) after the post from gellyfish ( I had previously installed from PPM repository ), and this time it bingo. I stand corrected this works. I am going to be a lot more careful about just assuming the PPM build is OK in the future. Thank you gellyfish++ !