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