On Wednesday, June 14, Gabor Szabo wrote: 
> 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?

object.^methods, object.^attributes and object.WHY?

Brian

Reply via email to