in reply to WAMP package for Windows?
You just need to install and configure a web server, for example Apache. Either Strawberry Perl or Active State (I assume you have one of these installed already?) will run scripts which have the shebang line #!/usr/bin/perl.
See Setting up Perl/CGI with Windows from the tutorials section. When I have to work on a windows platform, I use Strawberry Perl and Apache.
I'd suggest learning how to configure apache properly, rather than install something like xampp, since its a good skill to have. Fortunately it's well documented.
Update: added reference to xampp
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: LAMP package for Windows?
by flamey (Scribe) on Jan 18, 2010 at 21:37 UTC | |
by TGI (Parson) on Jan 19, 2010 at 01:00 UTC | |
|
Re^2: LAMP package for Windows?
by flamey (Scribe) on Jan 18, 2010 at 21:33 UTC | |
by marto (Cardinal) on Jan 18, 2010 at 21:55 UTC |