flamey has asked for the wisdom of the Perl Monks concerning the following question:
Hey guys, I want to write some small web apps in Perl which will run on share Linux hosting. And I'm using Windows. So, I'm looking for a WAMP package to help me with development.
From what I understand I'd want package be able to do following two things, among other:
* "translate" nix Perl path (#!/usr/bin/perl) to local Perl install location, so .pl files don't need to be updated before uploading;
* use already existing Perl installation, so I don't need to install required modules twice
What are you guys using on Windows platforms?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: LAMP package for Windows?
by marto (Cardinal) on Jan 18, 2010 at 21:27 UTC | |
by flamey (Scribe) on Jan 18, 2010 at 21:37 UTC | |
by TGI (Parson) on Jan 19, 2010 at 01:00 UTC | |
by flamey (Scribe) on Jan 18, 2010 at 21:33 UTC | |
by marto (Cardinal) on Jan 18, 2010 at 21:55 UTC | |
|
Re: WAMP package for Windows?
by scorpio17 (Canon) on Jan 19, 2010 at 14:35 UTC |