in reply to Re: Re: how do I call this .pm from my script
in thread how do I call this .pm from my script

It's actually Tk::DirSelect and CPAN.pm found and installed it with no problems.

I agree that there probablyly issues in the module - the example says use -w for width, but the Populate sub in the module refers to $args->{width}, I think. I deleted this thing from machine, (and I almost NEVER delete anything), so I no longer have it for reference and don't plan on using it for anything.

POD is easy enough to use. So is #. If the author of the module couldn't use either of those, it's very disappointing.

--Bob Niederman, http://bob-n.com

All code given here is UNTESTED unless otherwise stated.

  • Comment on Re: Re: Re: how do I call this .pm from my script