.CGI and .PL files - PERL Scripts
Posted by: DaveNManvel (---.tx.sprintbbd.net)
Date: May 25, 2007 11:43PM

I've tried and tried. I cannot seem to get the .PL files to work correctly. Now, on the other hand, .CGI files work wonderfuly. The .PL files just want to download.

I've tried:

AddHandler cgi-script cgi
AddHandler cgi-script pl
AddType application/x-httpd-cgi .script
AddHandler send-as-is asis

and...

AddHandler cgi-script cgi pl
AddType application/x-httpd-cgi .script
AddHandler send-as-is asis

Any suggestions?



Post Edited (05-25-07 23:46)

Options: ReplyQuote
Re: .CGI and .PL files - PERL Scripts
Posted by: jwzumwalt (---.sttlwa.dsl-w.verizon.net)
Date: May 26, 2007 07:00AM

I am having the same problem too.

A hello world .cgi works, but a
hello world .pl does not :-(

Options: ReplyQuote
Re: .CGI and .PL files - PERL Scripts
Posted by: CyberSpatium (71.237.217.---)
Date: May 26, 2007 11:29PM

[httpd.apache.org]


CyberSpatium
----------------------
WAMP English Forum Admin

Need help? Check out my WAMP User Manual/Guide here!

Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.

Web Development for Newbie's Blog

Options: ReplyQuote
Re: .CGI and .PL files - PERL Scripts
Posted by: DaveNManvel (---.tx.sprintbbd.net)
Date: May 27, 2007 12:40AM

I figured it out....

It's an Internet Explorer 7 thing.

I have 2 PC's one runs XP w/ IE6 and the other has Vista with IE7.
On the Vista machine with IE7, the .PL file wants to be downloaded as a file.
On the XP machine w/ IE6 displayes the .PL file correctly.

Wierd isn't it?


Dave



Post Edited (05-27-07 01:30)

Options: ReplyQuote
Re: .CGI and .PL files - PERL Scripts
Posted by: DaveNManvel (---.tx.sprintbbd.net)
Date: May 27, 2007 12:44AM

CyberSpatium wrote:

> [httpd.apache.org]
>

I think most of us did that already or we wouldn't have asked.

Dave

Options: ReplyQuote
Re: .CGI and .PL files - PERL Scripts
Posted by: jwzumwalt (---.sttlwa.dsl-w.verizon.net)
Date: May 27, 2007 03:29AM

I concure!!!

I had not updated my IE explorer on my XP laptop and it works OK. My desk XP with IE7 is not working; it wants to download all .pl files. I even tried adding third party Perl 5 and it continues the bad behavior :-(

Options: ReplyQuote


Sorry, only registered users may post in this forum.