Help for this page
# Increment $hash{$_} then if $_ > 5 loop next ++$hash{$_} and (next if $_ > 5);
# If $_ > 5 then increment $hash{$_} and loop next (++$hash{$_} and next) if $_ > 5;