Skip to content

Instantly share code, notes, and snippets.

@masak
Created April 13, 2013 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save masak/5379061 to your computer and use it in GitHub Desktop.
Save masak/5379061 to your computer and use it in GitHub Desktop.
Program exposing the current problem with runtime heredoc de-indenting
say qq:to/END/;
Line 1
{foo}
Line 4
END
sub foo { "Line 2\nLine 3" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment