http://qs321.pair.com?node_id=277063


in reply to USE or Require?

You can always do both. Importing subroutines doesn't actually prevent you from explicitly calling them using the package name in your code.

(I use 'use' for reasons others have mentioned, but usually call subs using package names, or creating objects.)

C.