in reply to slashes in single-quoted string
DB<100> print q{\n} \n DB<101> print q{\\n} \n DB<102> print q{\\\n} \\n [download]
Cheers Rolf