How may I initialise the variables? A literal string within quotes? Much of the code I wrote didn't make much sense, so I've cut the unnecessary stuff out. Live and learn...
Richard
If the intention is to later interpolate them into a
regexp, I'd go for a literal string. A qr
construct works too, but that may be less efficient
(it depends on how the interpolation happens).