Last active
August 29, 2015 14:08
-
-
Save paveljurca/65db627e632e9ad8ab7b to your computer and use it in GitHub Desktop.
A hypothetical conclusion?
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
#------------------------------------------------- | |
# http://www.google.com/#q=pavel+curda+gesche+haas | |
#------------------------------------------------- | |
TO_GESCHE_HAAS: | |
until ($I_have_sex_with_you) { | |
say "I will not leave Berlin. Deal?"; | |
die unless <STDIN> =~ m{yes|ok|fine}ig; | |
#she's gotta be kidding me | |
die "anyway"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment