Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    # why rc is 0?
    my $rc = $GBarg1->bdiv( $MBarg2 );
    print "rc is [$rc]\n";
    
  2. or download this
    $ ./whomany.pl 2 675
    rc is [0]