Help for this page

Select Code to Download


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