Skip to content

Instantly share code, notes, and snippets.

@tokuhirom
Created October 2, 2013 20:19
Show Gist options
  • Save tokuhirom/6799911 to your computer and use it in GitHub Desktop.
Save tokuhirom/6799911 to your computer and use it in GitHub Desktop.
MOP on Perl5

Get list of methods from meta class:

my @methods = Foo->^methods();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment