in reply to "Native Perlish"

Below is an excerpt from the book "Effective Perl Programming" by Joseph N. Hall and our friend merlyn. It is taken from the first paragraph of chapter 3:

Perl is a language designed by a linguist, and as much as any human lan-guage,
Perl is a language of idioms.
What I call idiomatic Perl is the mixture of elegance and custom that
comes naturally to Perl programmers, or, at least hopefully, to the majority
of them, after experience and experimentation. Exactly what is idiomatic
and what is purely a matter of style or opinion is debatable. There are
many different ways to express both simple and complex algorithms in
Perl. Some ways, however, are clearly more “right” than others.