my $cmd_output = qx{ command }; # ... ist das selbe wie my $cmd_output = `command`;