???? <[EMAIL PROTECTED]> wrote: > but, if i had a project, i want put the all thing a directory. Can i do like > that? if I don't use the ModPerl::Registry or edit the ModPerl::Registry, > that is correct? or there are the other way? thanks.
Do you mean have real Apache2 request handlers (not registry scripts) bound to URIs, and be able to place your other files (css, jpegs, whatever) alongside your .pm files? If so, take a look at this module: http://search.cpan.org/~CRAKRJACK/ModPerl-PackageRegistry-0.02/ Cheers, Tyler