On 5/24/07, Randy J. Ray <[EMAIL PROTECTED]> wrote:
PerlModule Bylines    # This is line 259

This recommended way to do this in mod_perl is actually to make a
separate startup.pl file that loads your modules, not to list them in
httpd.conf.  Then you call it with PerlRequire.  You can find
documentation and examples here:
http://modperlbook.org/html/ch04_02.html

To try it with your setup, just make file called startup.pl with this in it:
use Bylines;

and then call it from httpd.conf:
PerlRequire startup.pl

- Perrin

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to