Help for this page

Select Code to Download


  1. or download this
    my $cmd = `&test($param1, $param2)` ;#Subroutine to be called by the T
    +k::ExecuteCommand button click
    
  2. or download this
    my $cmd= sub {
        test($param1, $param2);
    };