Help for this page

Select Code to Download


  1. or download this
    
    use strict;
    ...
        my ($item) = @_;
        $chosen_item = $item;
    }
    
  2. or download this
        $expensemb->command(-label => $item, -command => sub { addtext($it
    +em) });
    
  3. or download this
        $expensemb->command(-label => $item, -command => sub { $chosen_ite
    +m = $item });