Help for this page
... my $statement = "4 $op 5"; print join(" = ", $statement, eval $statement), $/; ... 4 - 5 = -1 4 * 5 = 20 4 / 5 = 0.8