Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
  2. or download this
    $lb -> bind('<Double-1>'=> sub {
                                    print $_[0]->get($_[0]->curselection),
    + "\n";
                                  },
                   );