Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: