Help for this page
$\ = "\n"; ... print 'test'; # test print '\test'; # \test print '\\test'; # \test