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


in reply to Static typing is mostly a waste of time

Strong typing makes writing good development tools easier. Eclipse in combination with FindBugs or PMD gives one sensible feedback on errors related to casting. Providing similar support for a language like Perl would be much harder if not impossible.

Just my 2 cents, -gjb-