Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created November 19, 2016 23:02
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 Whateverable/e995d08855a2371defe1c41310e4a074 to your computer and use it in GitHub Desktop.
Save Whateverable/e995d08855a2371defe1c41310e4a074 to your computer and use it in GitHub Desktop.
committable6
HEAD for lines -> $line { print "line: " ~ $line ~ "\n"; }
¦«HEAD»: ===SORRY!===
Function 'lines' needs parens to avoid gobbling block
at /tmp/Q8ly4PG8wp:1
------> $line { print "line: " ~ $line ~ "\n"; }<HERE><EOL>
Missing block (apparently claimed by 'lines')
at /tmp/Q8ly4PG8wp:1
------> $line { print "line: " ~ $line ~ "\n"; }<HERE><EOL>
«exit code = 1»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment