Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • \$\begingroup\$ Where's the dollar sign? \$\endgroup\$
    – Zaid
    Commented Sep 2, 2018 at 19:44
  • 1
    \$\begingroup\$ @Zaid The dollar sign comes XORing 0x35 (ASCII char 5 from the Perl version string in $]) with 0x11, resulting in 0x24 (ASCII char $). \$\endgroup\$
    – nwellnhof
    Commented Sep 3, 2018 at 0:55
  • \$\begingroup\$ Wait, this source does contain numbers — namely 0, 1, 6. \$\endgroup\$ Commented Sep 13, 2018 at 0:42
  • \$\begingroup\$ @hidefromkgb Hex escapes like \x11 are ASCII control chars in the actual code. Have a look at the TIO link. \$\endgroup\$
    – nwellnhof
    Commented Sep 13, 2018 at 12:22