Help for this page
use warnings; use strict; ... $notHash->value($_) == 1 && push @singles, $_ for $notHash->keys(); print join (', ', @singles), " are the numbers that appear only once\ +n";
22, 34, 55 are the numbers that appear only once