There is a newline character getting inserted between the 2 filenames. How do I avoid this?
$diff = `comm -3 "/tmp/${PATH1U}_${SITE1}_s_${USER} /tmp/${PATH2U}_${SITE2}_s_${USER}"|wc -l`;
This is the error message while executing:
comm: missing operand after `/tmp/file1\n /tmp/file2\n'