Skip to content

Instantly share code, notes, and snippets.

@tonyooooooo
Created January 23, 2024 19:09
Show Gist options
  • Save tonyooooooo/10435eef7bf45cd88fc0661648b0a329 to your computer and use it in GitHub Desktop.
Save tonyooooooo/10435eef7bf45cd88fc0661648b0a329 to your computer and use it in GitHub Desktop.
arunie
unit module A;
sub sub-in-a() is export {
'hi from a'.say;
}
require A;
A::EXPORT::DEFAULT::sub-in-a;
# hi from a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment