According to Stas Bekman:

> A module is a package that lives in a file of the same name.  For
> example, the Hello::There module would live in Hello/There.pm.  For
> details, read L<perlmod>.  You'll also find L<Exporter> helpful.  If
> you're writing a C or mixed-language module with both C and Perl, then
> you should study L<perlxstut>.
> [snipped]

Is there any way to make mod_perl reload modified modules in some
directories but not check at all in others?  I'd like to avoid
the overhead of stat'ing the stable modules every time but still
automatically pick up changes in things under development.

  Les Mikesell
   [EMAIL PROTECTED]

Reply via email to