Help for this page
#!/usr/bin/perl use strict; ... my $c = Math::FixedPrecision->new(3.155, 2); say $c; # output 3.16