in reply to Re^2: Extracting money from a double quoted string
in thread Extracting money from a double quoted string
That's not "a double quoted string" it's "a string containing double quotes".
The difference is that a double quoted string in interpreted at compile time as a part of the program.
What you've constructed at runtime is not. It's just a scalar that contains some characters.
(Note:when you print a double quoted string; the quotes aren't printed. Their purpose is served by the time you get to runtime.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Extracting money from a double quoted string
by ww (Archbishop) on Dec 06, 2014 at 19:12 UTC |