Help for this page
my $mod = 10 % 2; print "mod = $mod\n";
my $mod = 119.5 % 59.75; print "mod = $mod\n";