Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 16, 2026 22:10
Show Gist options
  • Select an option

  • Save Whateverable/e7dc74388983939c671a465a168e362e to your computer and use it in GitHub Desktop.

Select an option

Save Whateverable/e7dc74388983939c671a465a168e362e to your computer and use it in GitHub Desktop.
evalable6
my $path = "/a/rel/path"; say $path.IO.relative("/a");'
(exit code 1)
===SORRY!=== Error while compiling /tmp/6lJTXB51tE
Unable to parse expression in single quotes; couldn't find final "'" (corresponding starter was at line 1)
at /tmp/6lJTXB51tE:1
------> rel/path"; say $path.IO.relative("/a");'<HERE><EOL>
expecting any of:
single quotes
term
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment