Skip to content

Instantly share code, notes, and snippets.

@masak
Created April 13, 2013 16:22
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