home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Australian Personal Computer 2004 July
/
APC0407D2.iso
/
workshop
/
apache
/
files
/
ActivePerl-5.6.1.638-MSWin32-x86.msi
/
_e9eb9ef2e62c7586320770ef1d785731
< 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-04-13
|
179 b
|
8 lines
# DirTree, diplay directory tree.
use Tk;
use Tk::DirTree;
my $top = MainWindow->new;
my $dl = $top->Scrolled('DirTree')->pack(-expand => 1 , -fill => 'both');
MainLoop;