this post was submitted on 08 Jan 2025
878 points (100.0% liked)

Programmer Humor

22729 readers
1999 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] mindbleach@sh.itjust.works 4 points 3 months ago (1 children)

Perl is a write-only language.

[–] rumba@lemmy.zip 4 points 3 months ago (1 children)

I used to love it, it could look a lot like c, or you could do crap like

$_=<<'';y;\r\n;;d;$_=pack'b*',$_;$_=eval;$@&&die$@;$_

Admittedly, they're trying to obfuscate it, but even unpacking it a bit, it looks alien.

[–] mindbleach@sh.itjust.works 5 points 3 months ago (1 children)
[–] rumba@lemmy.zip 2 points 3 months ago

Yes! That was the other thing I wanted to include, but I couldn't remember the name or search for it, so I wrote it off as a fever dream!