why are perl source scripts displayed in my web browser?

Ken B

New member
It's your web host, which is no longer executing the Perl script, but is instead simply returning it as text.

Assuming you didn't do something strange, like rename the script, or edit it such that it's no longer recognized as a Perl script, you should contact your web host support, and report the problem.

- kb -
 
It's your web host, which is no longer executing the Perl script, but is instead simply returning it as text.

Assuming you didn't do something strange, like rename the script, or edit it such that it's no longer recognized as a Perl script, you should contact your web host support, and report the problem.

- kb -
 
It's your web host, which is no longer executing the Perl script, but is instead simply returning it as text.

Assuming you didn't do something strange, like rename the script, or edit it such that it's no longer recognized as a Perl script, you should contact your web host support, and report the problem.

- kb -
 
Starting a few days ago, when I enter information and click on a "submit" button in several websites I get a perl script displayed on my browser. I do not have perl installed on my computer (as far as I have been able to determine). What could cause this problem?
 
Back
Top