Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Creating Win32 User Interfaces with Perl

by Joost (Canon)
on Jul 06, 2004 at 12:36 UTC ( [id://372072]=note: print w/replies, xml ) Need Help??


in reply to Creating Win32 User Interfaces with Perl

In order to use Perl do i have install apache and the related modules to run CGI programs?

In order to use Perl you don't have to install apache or the CGI modules (though CGI.pm is in the core distribution).

In order to write CGI programs you will want to use the CGI module, though it's not strictly neccisary. You can run CGI programs on practically any HTTP server (like IIS on windows), it doesn't have to be apache. There's even a couple of perl-only HTTP servers.

If you want other options, well, I like Getopt::Long for command line tools and the Tk GUI. You can also check out Curses or Term::Shell or Term::ReadLine or Gtk or Win32::GUI or Qt

  • Comment on Re: Creating Win32 User Interfaces with Perl

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://372072]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-25 23:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found