home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Netrunner 2004 October
/
NETRUNNER0410.ISO
/
regular
/
ActivePerl-5.8.4.810-MSWin32-x86.msi
/
_adfd54974e7da2038e42591bc7d76ee7
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-06-01
|
180 b
|
8 lines
# DirTree, display directory tree.
use Tk;
use Tk::DirTree;
my $top = MainWindow->new;
my $dl = $top->Scrolled('DirTree')->pack(-expand => 1 , -fill => 'both');
MainLoop;