http://www.perlmonks.org?node_id=114945


in reply to Teaching Perl Idioms

One key area to add in teaching Perl is about the Perl culture, and in particular : For those not familiar with Perl, these can be big changes in thinking.

When I am planning some major code, one of my first thoughts is "How much of this has already been done and available on CPAN ?" This can often change my approach to the coding depending on what aspects of the problem are already available as modules.

I have found this quite different to the approach of someone who has been brought up with e.g. Visual C++ as a working language.
--
Brovnik