Created
April 16, 2026 22:10
-
-
Save Whateverable/e7dc74388983939c671a465a168e362e to your computer and use it in GitHub Desktop.
evalable6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| my $path = "/a/rel/path"; say $path.IO.relative("/a");' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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