|
perl cdperl.htm error |
Posted by Donavon on Apr-25-2013 06:38 |
|
Hello...
Thank you for all the help that you have provided for my previous questions. The program has been working wonderfully.
I have a new question.
When I try to bring up the documentation via cdperl.html I get the following error.
[error] Unterminated <> operator at /home/donavon/public_html/perl/ChartDirector/doc/cdperl.htm line 71, <FILE> line 2892.\\n
Do you have a suggestion on how to get around this?
Thank You,
~Donavon |
Re: perl cdperl.htm error |
Posted by Peter Kwan on Apr-25-2013 22:20 |
|
Hi Donavon,
The cdperl.htm is for the HTML documentation. It should be viewed using a browser. Are you viewing the file using a browser? Also, the cdperl.htm is an HTML file, not a Perl script, so it cannot be interpreted as a CGI script.
We have put the same documentation our web site as well. May be you can try it to see if it produces any error:
http://www.advsofteng.com/doc/cdperl.htm
If your web site is accessible from the Internet, may be you can inform me of the URL, so I may try to access it to determine what may be the cause of the problem.
In my version of the documentation, there is no "Line 71" in "cdperl.htm" (the "cdperl.htm" is shorter than 71 lines), so this error message is somewhat confusing to me. I also cannot find a file having a line 2892.
I remembered in the past, one of our customers had issues with the ChartDirector documentation that he had put on a publicly accessible web site, and it turned out the documentation was being modified. May be you can double check to see if "cdperl.htm" in your web site is the same as the one in the ChartDirector distribution.
Please kindly let me know what is the result.
Regards
Peter Kwan |
Re: perl cdperl.htm error |
Posted by Donavon on May-08-2013 07:29 |
|
I had the documentation *.htm files in a CGI directory.
All files in the directory ran through an CGI interpreter, so it was trying to interpret the contents of the *.htm files.
Copied them to anther directory and it worked.
Thanks,
~Donavon |
|