Help for this page

Select Code to Download


  1. or download this
    sub LoadNewValues
    { 
        @MyValues{qw(1 2 3)}=("hallo", "ok", "fine");
    }
    
  2. or download this
    my $button1  = $mw->Button(-text => 'Update Values',  -command => sub{
    +LoadNewValues(\%MyValues)})->pack();
    
    ...
       $href->{2} = "ok";
       $href->{3} = "fine";
    }