During my perl experience, I learned that any special character next to $ is usually some magic variable that does something. So I would bet that $\ also does something.
edit: oh yeah.
$\ - The output record separator for the print operator. If defined, this value is printed after the last of print's arguments. Default is undef.
edit: oh yeah.
$\ - The output record separator for the print operator. If defined, this value is printed after the last of print's arguments. Default is undef.