in reply to Re^5: Prepocessing perl code / substing variables
in thread Prepocessing perl code / substing variables

Probably any of the template modules could handle it.

Thanx. Actually that was the most useful advice. I found a https://metacpan.org/pod/Text::Template::Simple module that do exactly what I need. So there is no need to write it myself and do some strange regexps. Thanks. Actually I do not understand why I did not do that search request myself O_o

  • Comment on Re^6: Prepocessing perl code / substing variables

Replies are listed 'Best First'.
Re^7: Prepocessing perl code / substing variables
by haukex (Archbishop) on Apr 17, 2019 at 21:17 UTC
    Actually I do not understand why I did not do that search request myself O_o

    It happens to everyone, that's what we're here for :-)