in reply to Perltk and TopLevel
s/TopLevel/Toplevel/mg;
"require Tk::TopLevel;" doesn't bomb out because you'd appear to be on a Windows system (file search is case-insensitive). But Tk::TopLevel isn't being found, because it's Tk::Toplevel...
Oh, and it's probably a better idea to "use Tk::Toplevel;".
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Perltk and TopLevel
by meraxes (Friar) on May 21, 2002 at 15:28 UTC | |
by bmcatt (Friar) on May 21, 2002 at 16:31 UTC | |
by meraxes (Friar) on May 21, 2002 at 16:48 UTC | |
Re^2: Perltk and TopLevel
by jerryk (Initiate) on Oct 20, 2013 at 14:38 UTC | |
by Khen1950fx (Canon) on Oct 21, 2013 at 04:51 UTC |