logoalt Hacker News

johnisgood08/10/20251 replyview on HN

Okay, my bad.

> it's about almost any string being a valid Perl program

Is this true? I think most random unquoted strings aren't valid Perl programs either, am I wrong?


Replies

akerl_08/10/2025

Yes. That was the whole point of the original comment you were misunderstanding.

Because of the flexibility of Perl and heavy amount of symbol usage, you can in fact run most random combinations of strings and they’ll be valid Perl.

Copying from the original comment: https://www.mcmillen.dev/sigbovik/