here i am created a tree  using this  Tk::Tree module 
like this pogram 
  #!/pkg/qct/software/perl/bin/perl 
  use Tk; 
use Tk::Tree; 
my $mw = MainWindow->new(-title => 'HList'); 
  my $tree = $mw->Tree->pack; 
foreach (qw/orange 
orange.red 
orange.yellow 
green 
green.blue 
green.yellow 
purple 
purple.red 
purple.blue/) { 
  $treet->add($_, -text => $_); 
  } 


MainLoop; 
  now i am want to provide the menu in main window having  different 
options like 
save as in html format or text format or rtf format , the 
information(in the gui expanded tree ) in the main window. 
which module i have to use and procedure or any books or any sites. 
any  information  may helps alot me . 
  thanks 
Ramakrishna

                
---------------------------------
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.

Reply via email to