Catalyst is a MVC framework we can use with mod_perl
http://www.catalystframework.org/
On 10/24/07, Tyler Bird <[EMAIL PROTECTED]> wrote:
> Hi List,
>
> Hey I was wondering if there was any MVC framework that anybody on this
> list could point
> me to that work work well with mod_perl.
>
> We ar
have you specifed the directory/location in httpd.conf under which
URLs would be handled by mod_perl .. ?
you can refer to the following url :
http://modperlbook.org/html/ch04_02.html
On 8/21/07, usha rani <[EMAIL PROTECTED]> wrote:
> hi ,
>
> i am doing mod_perl but i am not able to run
While I dont know if this would help, but faced with a similar
situation, I might try something on the following lines:
1. write a small script that uses SOAP:Lite (may be copy hibye.cgi
from http://guide.soaplite.com/)
2. setup htttpd.conf to use Apache::Status
3. Run apache in single-process mod
I assume you installed the module in: /home/002/d/dp/dpm052000/lib
(i.e .. Devel/Size.pm is located here) ?
Are you sure that the user that is trying to use Devel::Size has r-x
permission on this path ?
On 3/4/07, Deepak Mallya <[EMAIL PROTECTED]> wrote:
Hi,
I am trying to install the Devel