in reply to Problem understanding how to use modules
The use Tk::Menustrip; looks for Tk/Menustrip.pm in the directories listed in @INC, not Menustrip.pm. See require, whose mechanism underlies use.use lib "/users/<myusername>/perl/Tk-DKW-0.03/blib/lib";
#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.
|
|---|