in reply to Win file/dir names w/spaces
OK. Finally. Here's my real question.
What's the difference between the strings $dfull in test2 and $full in test 3? I know that $full did not print correctly in test3 because it was single quoted in the print statement. But that is really part of my question. What is different about a string that parses correctly with or without single quotes. I understand that double quotes trigger interpolation. But single quotes don't do that. What do they do?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Win file/dir names w/spaces
by AnomalousMonk (Archbishop) on Mar 22, 2014 at 23:47 UTC | |
Re^2: Win file/dir names w/spaces
by GrandFather (Saint) on Mar 22, 2014 at 21:41 UTC | |
Re^2: Win file/dir names w/spaces
by LloydRice (Beadle) on Mar 22, 2014 at 21:28 UTC |