I have a few tools that use a shared library, and just decided to add a fun little module to them. I was wondering, since the third line is 'require ./library;' can I just put my use statement inside of 'library' and use the module inside of the program itself or must I 'use' it inside of both to use its functions inside of both?