in reply to Do good Perl practices carry over to other coding?
- Name a "Good Perl Programming" practice.
- Sorry, "use strict;" is not a "Good Perl Programming practice" it's basic sanity that is included in all decent languages by default. Pick another one.
- Sorry, proper code ecapsulation and descriptive variable naming have nothing to do with Perl. Name another one.
- Nope, map in void context is just simply an example of not forcing the computer to do useless work, no Perl here.
- Correct! There is no such thing as a "Good Perl Programming practice." There are only good programming practices that can be applied to Perl just like any other language.
- This concludes our lesson for the day.