http://www.perlmonks.org?node_id=1027653


in reply to Making escape (\) ordinary in double quotes

You can use q/STRING/

 my $foo  =  q{Ignore the \slash, expand} . $boo;
You can check Quote-Like-Operators

If you tell me, I'll forget.
If you show me, I'll remember.
if you involve me, I'll understand.
--- Author unknown to me