Skip to content

Instantly share code, notes, and snippets.

@choroba
Last active January 9, 2020 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save choroba/4994998 to your computer and use it in GitHub Desktop.
Save choroba/4994998 to your computer and use it in GitHub Desktop.
a Perl quine
$_=q!print'$_=q*'.$_.'*;';s/\52/\41/g;print!;print'$_=q!'.$_.'!;';s/\52/\41/g;print
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment