perl -le '$result=`echo "hello world"`;print $result; print "OK"' #### perl -le 'open CHLD, "ls -l |";while(){chomp; print "got: $_"} print "OK"'