[EMAIL PROTECTED] wrote:
Is there any program that allows one to write Perl scripts and and
then test them in a windows environment without using a DOS window,
and actually have me see the program run before I upload it to a
server, rather than just testing if the script runs without errors?
Anyone know what I mean and know of any such program?

I guess you are talking about running CGI scripts (written in Perl) locally on your Windows PC. To do so, you need a web server, e.g. Apache.

I warmly recommend the IndigoPerl package:
http://www.indigostar.com/indigoperl.htm

It gives you Perl and a pre-configured Apache server with e.g.
mod_perl (even PHP), and it's *very* easy to install.

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to