in reply to Re: Redefined subroutines in multiple libraries
in thread Redefined subroutines in multiple libraries

If you don't want to make your libraries into modules (which tends to imply object oriented methodology, etc.) you might instead put them into packages.

There's no difference between modules and packages, and there's no reason why one has to imply any particular style of programming. Why make a distinction?

  • Comment on Re^2: Redefined subroutines in multiple libraries