in reply to What to do with my "Tk entry command-history" function

Also read "perldoc Tk::Derived" for more info on making your own module, you can google for some info on it too. If you want to get fancier with your module, like pass in custom options, use cget, or configure on it, you may be smart to use Tk::Derived. shmem's example uses "base", but you can add Tk::Derived with little effort, as shown in the perldoc.

I'm not really a human, but I play one on earth Remember How Lucky You Are
  • Comment on Re: What to do with my "Tk entry command-history" function