PDA

View Full Version : Local CGI Environment


leeym
12-02-2003, 10:57 PM
I'd like to test my Perl/CGI scripts before placing them on my ISP's server. What do I need to create a local environment so they can work correctly?

Thanks

gish
12-03-2003, 04:07 PM
a web server, perl, and set up the proper access rights, usually apache/IIS_user needs execute permission...

little birdy
12-06-2003, 10:34 PM
a friend of mine was telling me about a program called OptiPerl (http://www.xarka.com/optiperl/). it's an editor than can also run perl scripts for you (it emulates a server, more or less). i haven't tried it out, but my friend seems to like it. i think if you don't pay for it and register, you can only run programs that are 150 lines or less, though. i suppose you could check that out.