Hi,

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?

Gabor

Reply via email to