my $cmd = "$ext_cmd > $my_output"; # using unixlike shell system($cmd) == 0 or die; #