bblustein has asked for the wisdom of the Perl Monks concerning the following question:
Forgive me, monks-
I am such a perl novice, I am still inept at solving even basic sounding technical issues, as my understanding of how the perl module/file structures is incomplete.
I am programming in Perl tk, and using the "scrolled" widget for a listbox. However, whenever the scrollbar appears, whenever I move my mouse over it, I get no motion, but I get many error messages indicating @inc cannot locate tk/motion.pm or tk/leave.pm.
I am unsure why this is happening, as scrollbars have worked in the past for me, and I am also unsure how to correct this so my scrollbar widgets may again function. Any advice or help is greatly appreciated.
-Bryan, a very very green Monk-in-training.edited by ybiC: retitle from "Need Technical Help"
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Perl/Tk, scrollbar, @inc cannot locate tk/motion.pm
by alienhuman (Pilgrim) on Jul 24, 2003 at 15:14 UTC | |
Re: Perl/Tk, scrollbar, @inc cannot locate tk/motion.pm
by tos (Deacon) on Jul 24, 2003 at 15:14 UTC | |
Re: Perl/Tk, scrollbar, @inc cannot locate tk/motion.pm
by bblustein (Beadle) on Jul 24, 2003 at 15:49 UTC | |
by Anonymous Monk on Jul 24, 2003 at 17:38 UTC |