in reply to Re^5: Tk::ExecuteCommand - GUI not responding by executing longer running script
in thread Tk::ExecuteCommand - GUI not responding by executing longer running script
Have you chomped the command output?
You could also try something like:
$output =~ s/\s*$/\n/;
TGI says moo
|
|---|