in reply to [Perl 6] Method call versus function call on a data set

What if the datatype we are using overloads any of those, but we want to be sure we always use the standard grep?

This probably isn't any comfort, but Perl 6 supports MultiMethods, so get used to looking at invocant types!

  • Comment on Re: [Perl 6] Method call versus function call on a data set