in reply to Re: requires in mod_perl
in thread requires in mod_perl

Because if you don't, the first file to require the library will put the functions in its package, while the next one will see that it is already loaded and do nothing.