Help for this page
use strict; use warnings; ... sub SameVals { return keys( %{ { reverse %{ $_[0] } } } ) <= 1; }