Skip to content

Instantly share code, notes, and snippets.

@paveljurca
Last active August 29, 2015 14:08
Show Gist options
  • Save paveljurca/65db627e632e9ad8ab7b to your computer and use it in GitHub Desktop.
Save paveljurca/65db627e632e9ad8ab7b to your computer and use it in GitHub Desktop.
A hypothetical conclusion?
#-------------------------------------------------
# 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