in reply to Re^2: Perl 5's greatest limitation is...?
in thread Perl 5's greatest limitation is...?

Synopsis 12 on Introspection

The .meta.getmethods() method in Perl 5 would require symbol table scanning and @ISA chasing yet may still be incorrect given Perl's convention based OO and dynamic nature.

  • Comment on Re^3: Perl 5's greatest limitation is...?