Skip to content

Instantly share code, notes, and snippets.

View choroba's full-sized avatar
🐫
open source

E. Choroba choroba

🐫
open source
  • Prague, Czech Republic
View GitHub Profile
#!/usr/bin/perl
use warnings;
use strict;
use Test::More tests => 3;
{ my @list;
sub init {
my %elem;
@choroba
choroba / quine
Last active January 9, 2020 09:15
a Perl quine
$_=q!print'$_=q*'.$_.'*;';s/\52/\41/g;print!;print'$_=q!'.$_.'!;';s/\52/\41/g;print