Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      'p5_24.pl',    # the file which contains Mul()
      'my $res = Mul(6,7); print "$res\n"' # the harness
    );