Well, I am getting pretty desperate, there was no program I have tried to
install for so long time as Perl and PWS, I am considering to move to Win2K
:-(

1) Not working like this (Gives same error)!!!

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters\Scrip
t Map]
".pl" = "C:\perl\bin\perl.exe %s %s"

also tried

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters\Scrip
t Map]
".pl" = "C:\\perl\\bin\\perl.exe %s %s"

->same shit!!!


2) Well I have line:
print "Content-type: text/html\n\n";
present in my script & I know that my script is OK because I have run it on
NT4 IIS And It is OK with output.

3) Also have line:
#!/localhost/perl/bin

4) When I passed non existing script to perl.exe with this configuration it
gives error (the same error) like this:

#CGI Error
#The specified CGI application misbehaved by not returning a complete set of
#HTTP headers. The headers it did return are:
#Can't open perl script "/script/nonexist.pl": No such file or directory

5) Also tried to associate C:\perl\bin\ directory to my web server as /perl
and passed to perl.exe my script as parameter
(http:\\localhost\perl\perl.exe?C:\inetpub\lv.pl) and everything was OK, so
i decided, that the problem is that server do not pass correct path of
script to perl.exe.
Well I understand that it is not the solve to the problem.

I do not know is it essential but I have AMD K6-2 350 Mhz in my box, maybe
it gives a difference to Perl or PWS that comp is not an Intel based?

About those drivers, it is clearly stated in PERL FAQ that if I install Perl
on Win98 I need them...?

P.S.Perl with my script from command line give excelent output everything is
OK!, so I understand that it is not problem of Perl or my script...
Kaspars

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to