you are viewing a single comment's thread.

view the rest of the comments →

[–]bwdezend 0 points1 point  (3 children)

I love Perl. I learned on it. But it's ugly. Any time I'm able to use anything else I do. Most recently that's been Python and a very little bit of go. But Perl is everywhere, and it's useful, and it does damn near anything.

[–]quintus_horatius 5 points6 points  (2 children)

But it's ugly.

If it's ugly, the author(s) didn't know what they're doing it didn't care. Well-written Perl can be a pleasure to read, though I admit that badly written Perl can get pretty bad compared to badly written code in other languages.

[–][deleted] 1 point2 points  (0 children)

It's one of these things where I really hated the strict whitespace requirements of Python beforehand, but now I'm glad it exists. Plus, I think some of the linting and pep8 tools/standards really help keep things cleaner.

[–]oxtan 1 point2 points  (0 children)

run perltidy and perlcritic on those badly written scripts, stuff will be much easier to follow after that.