Hi!!!

 Well this is my firts post in this list.......

 I have a server with several domains which each of them has its own
handlers, subroutines and there are several common subrutines.

 What i want to do it is organize the directory structure, so:

  ..../modperl/domain_1/
  ..../modperl/domain_2/
  ..../modperl/domain_3/

  ..../modperl/domain_n/

  ..../modperl/common/

 Inside of each one, the handler and subroutines of each domain.

 The the handlers are:

 PerlHandler domain_1
 ...
 PerlHandler domain_n

 to use the common subroutines:

 common::subroutine_n



 Now my questions:


 1) is this directory structure correct???
 2) can it be improve???
 3) security matters?????
 4) IMPORTANT: how to set the @INC and where????


 any help, tips, URL are welcome!!!!


 Thanks in advance!!!!


Reply via email to