Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 7, 2019 23:37
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/bc9e3fbece115a285c7d561d3f7bd924 to your computer and use it in GitHub Desktop.
Save Whateverable/bc9e3fbece115a285c7d561d3f7bd924 to your computer and use it in GitHub Desktop.
evalable6
my $index = "API Pages\n"; $index .= '=' x $index.chars.chomp; $index.say;
(exit code 1)
===SORRY!=== Error while compiling /tmp/kLkwjGeZ_F
Quoted method name requires parenthesized arguments. If you meant to concatenate two strings, use '~'.
at /tmp/kLkwjGeZ_F:1
------> my $index = "API Pages\n"; $index .= '='⏏ x $index.chars.chomp; $index.say;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment