Help for this page

Select Code to Download


  1. or download this
    sub make_bin_ops {
      my $op = shift;
    ...
    my $mult = make_bin_ops("*");
    print $div->(2,2),"\n";
    print $mult->(2,2),"\n";