in reply to Parallel::ForkManager vs. Tk
I have a feeling the way you are calling the -command, it is processed as the button is created, something you don't want. Like I said....a WAG. ;-)-command=> [sub_routine_name], #or -command=> sub { \&sub_routine_name }
|
|---|