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


in reply to Improve my coding

Well your style will make it difficult to work with others. Have a look at the common styles of coding. If your style isnt relatively close to them then you can a) expect other coders to whine about your code and b) constantly be working on code which doesn't match your style. Which means a combination of frustrating your co-workers and annoying yourself.

Coding style isnt like choosing a pair of shoes. Its about writing code that you and your colleagues can work on and understand easily.

---
$world=~s/war/peace/g