http://qs1969.pair.com?node_id=353217


in reply to Re: Problem w/ single-quoted strings
in thread Problem w/ single-quoted strings

Ok if you read perlop manpage under q/STRING/ 'STRING' you will find that it perfectly describes what is happening:

' A backslash represents a backslash unless followed by the delimiter or another backslash, in which case the delimiter or backslash is interpolated.'