Created
December 4, 2017 07:47
-
-
Save softmoth/87fc3788745c77b0ccdc1c25d2559597 to your computer and use it in GitHub Desktop.
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
sub MAIN() { | |
::('X::Y::Z').wut(); | |
} | |
unit class X::Y::Z; | |
method wut() { hi() } | |
sub hi() is export { say "hi" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment