Last active
August 29, 2015 14:28
-
-
Save comewalk/e971d90255da935b651f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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