sub cmp_dollar { my ($c, $d) = map { int( $_ * 100 ) } @_; $c == $d; }