Help for this page
DB<137> %allowed_ops=map { $_=>$_} qw# + - * / # => ("+", "+", "-", "-", "*", "*", "/", "/") ... DB<140> print "$statement = ", eval $statement => 1 4 + 5 = 9