in reply to Interpolation: when it occurs? another beginner question..

Here's the rule: if the string is enclosed in double quotes, interpolation (and substitution for things like "\n") will be performed. If single, it will be treated as a literal string and none of these things will occur.
  • Comment on Re: Interpolation: when it occurs? another beginner question..