in reply to A better non-existant string...

Since it doesn't matter to Perl, use whichever makes your code more clear.

I like to use single quotes for things I don't intend to be interpolated, double-quotes for things I do.

Maybe I'm just a grumpy old crank, but the less things I assume when I code, the better the results.