Help for this page
my $cmd = `&test($param1, $param2)` ;#Subroutine to be called by the T +k::ExecuteCommand button click
my $cmd= sub { test($param1, $param2); };