Created
January 6, 2022 13:18
-
-
Save Whateverable/b79d80291694e26030b2f7b657b4bbba to your computer and use it in GitHub Desktop.
evalable6
This file contains 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 $a = "hi"; say $a.VAR.charss |
This file contains 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) | |
No such method 'charss' for invocant of type 'Scalar'. Possible causes | |
are: | |
- You actually called 'charss' on a container, was that what you | |
intended? | |
- Did you mean 'chrs'? | |
in block <unit> at /tmp/q6rNGhv0hn line 1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment