RE: display html using perl class

2005-01-11 Thread Manav Mathur
Which webserver are you using? Is /cgi-perl/ directory enabled for executing scripts?? For Apache, you might be interested in the Scriptalias directive. Manav |-Original Message- |From: Graeme McLaren [mailto:[EMAIL PROTECTED] |Sent: Tuesday, January 11, 2005 6:14 PM |To: beginners@perl

Re: display html using perl class

2005-01-11 Thread JupiterHost.Net
Graeme McLaren wrote: Greetings all, I am trying to display some html using a perl display class. When I try to view the page using the url containing /cgi-bin/ it works fine, however when the url contains /cgi-perl/ instead of /cgi-bin/ the browser (Mozilla Firefox) displays raw html. Anyone