in reply to Re: Lots of subs in large program vs lots of small programs
in thread Lots of subs in large program vs lots of small programs

Also, the Camel book (blue edition, p.128) recommends use instead of require because use acts as a BEGIN block, and in essence, globally declares the modules at compile time (or something to that affect).