Help for this page

Select Code to Download


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