in reply to Tk::DirTree, TK::DirSelect
The following works for me:
use warnings; use strict; use Tk::DirSelect; my $main = MainWindow->new (); my $ds = $main->DirSelect(); my $dir = $ds->Show('.'); print $dir;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Tk::DirTree, TK::DirSelect
by Real Perl (Beadle) on Aug 08, 2005 at 04:12 UTC |