Help for this page

Select Code to Download


  1. or download this
    use 5.10.0;
    use Math::Base;
    ...
    
    $xyz = Math::Base->new(64, 'XYZabc', 1);
    say $xyz->num;                 # 36013230438
    
  2. or download this
    package Math::Base;
    use strict; use warnings;
    ...
    }
    1;
    __END__
    
  3. or download this
    package Math::Base;
    use strict; use warnings;
    ...
    }
    1;
    __END__