in reply to Re: Evaluate variable while using
in thread Evaluate variable while using

Thank you, that's exactly what i was looking for.

Replies are listed 'Best First'.
Re^3: Evaluate variable while using
by haukex (Archbishop) on Oct 21, 2022 at 14:06 UTC
    Thank you, that's exactly what i was looking for.

    Be aware that stringy eval has some serious security implications: if you give it anything based on user input, you'll have built yourself a giant security hole, as it will happily execute any arbitrary code. I strongly recommend you use one of the many other suggestions in this thread instead.