in reply to Re: slashes in single-quoted stringin thread 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