http://www.perlmonks.org?node_id=881941


in reply to Re^4: Why does Perl 6 math suck less?
in thread Why does perl math suck?

As a rational number, that is, basically as Fraction represented a pair of numbers:

my $number = { numerator => 1, denominator => 10, };