in reply to Re: what is difference between calling the function in Perl/Tk in the following ways
in thread what is difference between calling the function in Perl/Tk in the following ways
to(-command=>sub {&function($arg1,$arg2)});
but I suspect that's already happening internally.(-command=>[sub {&function($arg1,$arg2)}]);
|
|---|