Help for this page

Select Code to Download


  1. or download this
    sub go
    {
    ...
            &print_array();
        }
    }
    
  2. or download this
    $start_button =$top->Button(-text => "Start the Process", -foreground 
    +=>"red", -command => sub{go()});