Help for this page

Select Code to Download


  1. or download this
    sub {
      $_[0]->le($_[1])
    }
    
  2. or download this
    package Numeric;
    sub le {
    ...
    }
    package MyInt;
    our @ISA = qw(Math::BigInt Numeric);