Re: Wanted: Help with DBI/CGI in Windows 8.1/IIS

2014-06-26 Thread Robert Wohlfarth
On Thu, Jun 26, 2014 at 1:04 AM, Bruce Ferrell wrote: > On 06/25/2014 09:52 PM, Bruce Ferrell wrote: > >> On 06/25/2014 07:53 PM, siegfr...@heintze.com wrote: >> >>> use DBI; >>> use strict; >>> use warnings; >>> use POSIX; >>> use CGI qw(:standard); >>> use CGI::Cookie; >>> #my $dbh = DBI->conn

Re: Wanted: Help with DBI/CGI in Windows 8.1/IIS

2014-06-25 Thread Bruce Ferrell
On 06/25/2014 09:52 PM, Bruce Ferrell wrote: On 06/25/2014 07:53 PM, siegfr...@heintze.com wrote: The following program works great inside of IIS when called from internet explorer (IE). It also works great if I remove the comment characters ("#") in column 1 and run it at the cygwin bash comma

Re: Wanted: Help with DBI/CGI in Windows 8.1/IIS

2014-06-25 Thread Bruce Ferrell
On 06/25/2014 07:53 PM, siegfr...@heintze.com wrote: The following program works great inside of IIS when called from internet explorer (IE). It also works great if I remove the comment characters ("#") in column 1 and run it at the cygwin bash command prompt. It displays the expected HTML. How

Wanted: Help with DBI/CGI in Windows 8.1/IIS

2014-06-25 Thread siegfried
The following program works great inside of IIS when called from internet explorer (IE). It also works great if I remove the comment characters ("#") in column 1 and run it at the cygwin bash command prompt. It displays the expected HTML. However, if I only remove the first comment character in c