Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 18, 2023 08:59
Show Gist options
  • Save Whateverable/df683fe5a6f3088517672dec70573a6a to your computer and use it in GitHub Desktop.
Save Whateverable/df683fe5a6f3088517672dec70573a6a to your computer and use it in GitHub Desktop.
Whateverable
2023-04-18T08:44:48Z #raku <Xliff> lizmat Question for you -- I have utility that I am writing and it would be great if I could use String::Utils::root if String::Utils is detected. I've tried this - 'require ::("String::Utils"); ::("&root").^name.say;' with no luck. What would you suggest? Thanks!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment