[Catalyst] pre-loading with PerlModule

Perrin Harkins perrin at elem.com
Wed Nov 22 18:04:46 GMT 2006


Michael Reece wrote:
>     PerlModule MyApp

Try this instead:

<Perl>
   use MyApp;
</Perl>

Or do that in a separate startup.pl script called from httpd.conf with 
PerlScript.

- Perrin



More information about the Catalyst mailing list