Skip to content

Instantly share code, notes, and snippets.

@araraloren
Last active January 6, 2018 11:43
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 araraloren/816c3c84c16b12adc9924f689f60c502 to your computer and use it in GitHub Desktop.
Save araraloren/816c3c84c16b12adc9924f689f60c502 to your computer and use it in GitHub Desktop.
access MAIN
lib/Getopt/Advance/MAIN.pm6
:
&MAIN.wrap(sub (|c) {
say "CALL ME";
});
say GLOBAL::.keys;
#say &MAIN;
#say say &::("GLOBAL::MAIN");
sub MAIN() { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment