How do I add this kind of function...
__("go")
inside:
<<<_END
...without having to declare the variables before the heredoc?
It's just too time consuming.
I would like that my heredoc can read such functions __("go")
without having to put them inside variables externally.
Thanks for your help.