RosettaCodeData/Task/Reflection-List-methods/Perl/reflection-list-methods-2.pl
2023-07-01 13:44:08 -04:00

3 lines
113 B
Perl

use Class::MOP;
my $meta = Class::MOP::Class->initialize( ref $a );
say join "\n", $meta->get_all_method_names()