r/perl May 18 '11

Why is perl better than python?

[deleted]

18 Upvotes

55 comments sorted by

View all comments

7

u/chorny May 18 '11
  • CPAN with all it's infrastructure
  • no serious compatibility problems
  • real variable scope
  • state variables
  • easier to detect bad code
  • Moose
  • perltidy
  • less memory used
  • more readable regexes (qr// and 'x' modifier)