Help for this page

Select Code to Download


  1. or download this
        $goSlot[$x] = $slot->Button( ...
            -command => sub { compute($x) },
    
  2. or download this
    sub compute {
        my( $slotnum ) = @_;
        print "sernum=$sernums[$slotnum], partnum=$partnums[$slotnum]\n";
    }