Help for this page
sub executeCommand_wrong { my $command = join ' ', @_; ... __END__ [ciao] -> [0] [ciao] -> [1]
sub executeCommand { my $command = join ' ', @_; reverse ($_ = qx{$command 2>&1}, $? >> 8); }