Help for this page

Select Code to Download


  1. or download this
    sub CallDialog
    {
    ...
        }
     
    }
    
  2. or download this
    my $button = $form->Button(  -text=>"Dialog", -command=>sub{$selected=
    +$selected_1;CallDialog($testbox1);} )->pack(-side=>'right');
    
  3. or download this
    use strict;
    use warnings;
    ...
        }
     
    }