I'm working on a simple graphing cgi, but i don't know how to parse the function (y=23^x or y=2x+3 etc).
so if i have $string = '(1/2)*4'; how do i write a function that returns 2 when i send it that string? Is there a module? i hope i'm clear, thanks a lot guys.