Perl problems
Posted by: terryparkes (58.179.131.---)
Date: August 07, 2006 12:38PM

I have installed perl addon module and it is working when I browse to the perl pages

c:/localhost/test.pl

but when I try and link to the same file the web page they displays this link

C:\cgi-bin\test.pl and the message -' the page cannot be displayed' shows.

I have been through all your forums but have been unable to get it to work even after trying the settings you recomend in http.conf file.

Also if I go directly to the perl file eg.

C:\wamp\Apache2\cgi-bin\test.pl

only the code is displayed!!

can you give me any pointers

Options: ReplyQuote
Re: Perl problems
Posted by: yfastud (72.236.169.---)
Date: August 07, 2006 01:22PM

Make sure to include this line on the very top in your cgi/perl file

#!C:/wamp/perl/bin/perl

Check my sample test here

[testsite.jlbn.com]

Hope this help

Options: ReplyQuote
Re: Perl problems
Posted by: CyberSpatium (67.170.181.---)
Date: August 07, 2006 01:32PM

if you are trying to include a cgi file in your html page, you need to use includes

Options: ReplyQuote


Sorry, only registered users may post in this forum.