Greg Jetter wrote:

>       A Perl script that creates a web page  renders correctly in Netscape , 
> Mosilla , Opera and Konqueror . It produces a error when rendered in Internet 
> Explorer . In Explore it generates either a "you don't have premissions to 
> view this page" or it renders it as plain text code. The server is Apachy on 
> a Linux box . It's straight Perl , coded in the older stile  of "here 
> Documents" using  regular HTML tags. the page in question is at  
> www.1anchorsaway.com  if you care to take a look at it .


here's some advice on getting help with this problem:

1)  post relevant code only.  if you're having a problem, write a small 
test script that reproduces the problem.  or isolate the section of the 
script that is causing problems.  don't post an entire script.

2)  include the appropriate httpd.conf settings.  the problem may not be 
in the perl script at all, but could be an incorrect apache configuration.

3)  for goodness sake, convince your 'friend' to consider using cgi.pm. 
    chances are you'll find it easier to get help if the code is 
somewhat up-to-date.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to