in reply to Building multiline qx// shell commands
my $result = readpipe join(q{}, 'some text here ', 'more text here ', 'more here', ); [download]
-- Randal L. Schwartz, Perl hacker