DJRobThaMan
08-15-2003, 11:28 AM
I was wondernig if anyone knew whether I could find some kind of cgi interpreter (preferably a free one) so that instead of uploading files every second to test them I could do it right on my computer.
Thanks
Jeff Mott
08-16-2003, 01:58 PM
This is all assuming you're using Perl, since CGI is an interface, not a programming language.
Web server: http://httpd.apache.org/
Perl interpreter (for Win32): http://www.activestate.com/Products/ActivePerl/
DJRobThaMan
08-17-2003, 10:31 PM
Nice...
That's just what I wanted..
Thanks