my $cmd = q!$sethost "find /var/log/tmp/ -iname '*.file' -type f -exec ls -hl \{\} \;!; print "Trying to run\n$cmd\n"; print qx!$cmd!;