in reply to Re^2: Backtics execution with multiple linesin thread Backtics execution with multiple lines
$ perl -le'print "foo bar"' foo bar $ perl -le'print "foo\ bar"' foo bar $ perl -le'print "foo\\ bar"' foo\ bar [download]