in reply to how do I call this .pm from my script
First, it make no sense to post the entire contents of a module that you didn't write. We can see DIrSelect.pm any time we want - posting it here just uses up space.
Instead, you should post the code you wrote which is not working - but not the whoel program, just enough to demonstrate the issue. Post it between <code> </code> tags - otherwise it gets mangled.
To use this module after installation, you would do:
# DELETED. This module may be unueable in it's current form
be sure to see http://perlmonks.com/index.pl?node=Tutorials#usingmods
Second Update: I suggest you look for a different module, one with doc. This module may be useable, but I can't figure out how.
For the reord, here is ALL the comments and doc for this module:
There are no other comments or pod ANYWHERE in the module or included in the CPAN distribution, so far as I can tell. --Bob Niederman, http://bob-n.com# DirSelect: A Tk directory selection widget. # # This widget allows navigating MS Windows local and mapped network # drives and directories and selecting a directory. # # # On non-MS systems, this is simply a dialog box with a Dirtree in it. # # supercedes all versions of Win32Dirselect # Usage: my $dir = $mainwindow->DirSelect->Show; # Options: -dir=>"directory", -w=>"width" # # Email comments, questions or bug reports to Kristi Thompson, kristi@ +indexing.ca
All code given here is UNTESTED unless otherwise stated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: how do I call this .pm from my script
by CombatSquirrel (Hermit) on Aug 23, 2003 at 23:59 UTC | |
by bobn (Chaplain) on Aug 24, 2003 at 00:07 UTC |