Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 6, 2022 13:18
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/b79d80291694e26030b2f7b657b4bbba to your computer and use it in GitHub Desktop.
Save Whateverable/b79d80291694e26030b2f7b657b4bbba to your computer and use it in GitHub Desktop.
evalable6
my $a = "hi"; say $a.VAR.charss
(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