my $cmd = q[ssh hostname -l foo 'ls bar']; die $! if system($cmd);