Skip to content

Instantly share code, notes, and snippets.

@perlpilot
Created January 18, 2017 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perlpilot/171a0377580144d36e9b67b919280c82 to your computer and use it in GitHub Desktop.
Save perlpilot/171a0377580144d36e9b67b919280c82 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl6
say join " ", .lines given q:to/πŸ“/, qq:to/πŸ“/
Hey,
πŸ“
dawg {
[~] q:to/πŸ“/, qq:to/πŸ“/
I heard you
πŸ“
liked heredocs {
[~] q:to/πŸ“/, qq:to/πŸ“/
so here's
πŸ“
a heredoc {
[~] q:to/πŸ“/, q:to/πŸ“/
in a
πŸ“
heredoc
πŸ“
}
πŸ“
}
πŸ“
}
πŸ“
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment