On Wed, Jun 14, 2017 at 04:00:05PM +0300, Gabor Szabo wrote:
> In the python interactive shell one can write dir(object)  and it
> lists the attributes and methods of the object. One can write
> help(object) and get the documentation of the object.
> Is there anything similar in Perl 6?

I think the original intent was for .WHY to work in this manner -- it's 
intended to provide the attached Pod value.

I don't know to what level Rakudo implements this yet.

There's an example given at https://docs.perl6.org/routine/WHY .

Pm

Reply via email to