This may not be the forum in which to discuss this, but im not sure where to go for it.
Okay i wrote a script in PERL that i am being force to convert to ansi C by my employeer.
My problem is that i am reading a sub{} from a text file, because it chances fequently and its easier to do that than mess with the actual code. I use eval in perl to work with it.
Is there a simular ansi C function that will do the same thing. I search google for something, but came up blank.