I use use lib "./DIR"to grab a library from a folder elsewhere. However, it does not work on my server, but it works fine on my local desktop. Any specific reasons?
And one more question: is it distributed use libin several modules?
Two situations: Let's say I am making a base class that requires several libraries, but I know that it needs to be extended, and the extended class will need to use another library. Can I put a command use libin a base class? or will I need to put it in every extensible class?
Finally, can I just have use packagewhere the package contains a bunch of lib usage, will it propagate lib usage statements to my current module? <- I don’t think so, but I ask anyways
source
share