In
that code piece of mine
I use the awkward version of interpolation
, that is, running a regex over the result until no more
matches for (in my case) "$\(\w+\)" are found and I replace
the stuff from a hash instead of the global namespace - for
security reasons, I find it more appealing to use a dedicated
hash instead of global namespace, but that's just my opinion
;D