Hacker News new | ask | show | jobs
by dgunay 1511 days ago
Two of my favorite Perl features:

unless/until can be way more readable in some conditions than if/while.

Postfix conditionals and loops make flatter code, especially in scripts. Love writing "do function() if $condition".