Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use Tk;
    ...
    $scrolledMListbox->insert('end', [ "c", "d", "f", "e"] );
    
    MainLoop;
    
  2. or download this
    #!/usr/bin/perl
    use Tk;
    ...
    
    MainLoop;