Hi,

I'm fascinated by possibilities <perl></perl> sections offer. I'm in the process
of converting some VirtualHost blocks to <perl></perl> flavour because there
is much redundancy in them and I thought I'd do it with mod_define. Bah!

However, I do have some trouble to get the syntax right for the
PerlAddVar/PerlSetVar directives. e.g.


  PerlAddVar  MasonCompRoot                   "main    =>
/data/proj/document_root"
  PerlAddVar  MasonCompRoot                   "private =>
/data/proj/mason_components"

    PerlSetVar  MasonSessionClass               Apache::Session::MySQL
    PerlSetVar  MasonSessionDataSource          dbi:mysql:session

How do I write these right? Especially the PerlAddVar is driving me crazy.
I assume it should go much easier now to set some Perl variables!?

Please enlighten me.

Richard

Reply via email to