Hacker News
- Use Postfix Dereferencing https://www.effectiveperlprogramming.com/2014/09/use-postfix-dereferencing/ 2 comments
- Enchant closures for better debugging output in Perl http://www.effectiveperlprogramming.com/blog/1345 2 comments
- v5.36 new feature: Know if something is a boolean https://www.effectiveperlprogramming.com/2024/09/know-if-something-is-a-boolean/ 5 comments perl
- Turn off indirect object notation with v5.32 https://www.effectiveperlprogramming.com/2020/06/turn-off-indirect-object-notation/ 13 comments perl
- Chain comparisons to avoid excessive typing https://www.effectiveperlprogramming.com/2020/03/chain-comparisons-to-avoid-excessive-typing/ 9 comments perl
- Use the infix class instance operator https://www.effectiveperlprogramming.com/2020/01/use-the-infix-class-instance-operator/ 14 comments perl
- Perfect Perl Is the Enemy of the Good Perl https://www.effectiveperlprogramming.com/2015/01/named-lexical-subroutines/ 5 comments perl
- Perl v5.30 new features https://www.effectiveperlprogramming.com/2018/12/perl-v5-30-new-features/ 16 comments perl
- Find the new emojis in Perl’s Unicode support https://www.effectiveperlprogramming.com/2018/08/find-the-new-emojis-in-perls-unicode-support/ 4 comments perl
- Avoid perl housekeeping for hot loop optimization https://www.effectiveperlprogramming.com/2018/08/avoid-perl-housekeeping-for-hot-loop-optimization/ 5 comments perl
- Perl v5.28 can delete key-value slices https://www.effectiveperlprogramming.com/2018/08/perl-v5-28-can-delete-key-value-slices/ 9 comments perl
- Deprecation warnings now tell you when the features will disappear https://www.effectiveperlprogramming.com/2017/08/deprecation-warnings-now-tell-you-when-it-will-disappear/ 3 comments perl
- You must escape the left brace in a regex https://www.effectiveperlprogramming.com/2017/04/you-must-escape-the-left-brace-in-a-regex/ 3 comments perl
- v5.26 removes dot from @INC https://www.effectiveperlprogramming.com/2017/01/v5-26-removes-dot-from-inc/ 3 comments perl
- Perl v5.24 new features http://www.effectiveperlprogramming.com/2016/01/perl-v5-24-new-features/ 11 comments perl
- Apple recommends installing your own perl http://www.effectiveperlprogramming.com/2015/11/apple-recommends-installing-your-own-perl/ 3 comments perl
- Perl 5.22 new features http://www.effectiveperlprogramming.com/2015/05/perl-5-22-new-features/ 12 comments perl
- Use postfix dereferencing in perl 5.20 http://www.effectiveperlprogramming.com/2014/09/use-postfix-dereferencing/ 10 comments perl
- Use for() instead of given() http://www.effectiveperlprogramming.com/blog/1333 7 comments perl
- Understand why you probably don’t need prototypes | The Effective Perler http://www.effectiveperlprogramming.com/blog/1406 3 comments perl
- Know the two different forms of eval | The Effective Perler http://www.effectiveperlprogramming.com/blog/965 5 comments perl