Skip to content

Instantly share code, notes, and snippets.

@comewalk
Last active August 29, 2015 14:28
Show Gist options
  • Save comewalk/e971d90255da935b651f to your computer and use it in GitHub Desktop.
Save comewalk/e971d90255da935b651f to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
$_ = 'Drink coffee! Supported by Six Apart';
tr/a-z/Blogging after this event!/;
tr/N-ZA-z/A-za-m/;
@m = split //, $_; $_ = chr(87) . lc(join(chr(0), @m[3, 2, 29, 15, 3, 2]) . chr(104) . '<3' . $m[15] . '<3' . join('', @m[31, 16, 12]));
s/<3/i/g;
print;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment