Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / sun4-solaris / Tk / demos / widtrib / dirtree.pl
# DirTree, diplay directory tree.
use Tk;
use Tk::DirTree;
my $top = MainWindow->new;
my $dl = $top->Scrolled('DirTree')->pack(-expand => 1 , -fill => 'both');
MainLoop;