FW: Testing Perl CGI scripts under Windows 98 & Personal Web Server

2001-05-18 Thread Kris Cook
#x27;[EMAIL PROTECTED]' > Subject: Testing Perl CGI scripts under Windows 98 & > Personal Web Server > > > I'm trying to test my program under Personal Web Server, and > when the Perl script runs (called from an HTML page, with > passed parameters), it

Re: Testing Perl CGI scripts under Windows 98 & Personal Web Server

2001-05-18 Thread Aaron Craig
I have had personal experience with Personal Web Server -- I switched to Apache. At 10:30 18.05.2001 -0500, you wrote: >I'm trying to test my program under Personal Web Server, and when the Perl >script runs (called from an HTML page, with passed parameters), it opens a >DOS window and prompts

Testing Perl CGI scripts under Windows 98 & Personal Web Server

2001-05-18 Thread Kris Cook
I'm trying to test my program under Personal Web Server, and when the Perl script runs (called from an HTML page, with passed parameters), it opens a DOS window and prompts for input. Now, if I run it from a DOS window, with parameters, it runs, but prints to the DOS window. If I redirect my ou