Help for this page

Select Code to Download


  1. or download this
    $ perl whomany.pl 2 675
    Global symbol "$arg2" requires explicit package name at test.pl line 2
    +0.
    Execution of test.pl aborted due to compilation errors.
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my ($rc, $rem) = $GBarg1->copy()->bdiv( $MBarg2 );
    print "rc is [$rc]\n";