in reply to list out all methods of object

Out of the box Perl doesn't do object introspection. Class wrappers like Moose provide introspection as part of their implementation, but Perl's built in object support is much more primitive than that.

It may be that whatever you want to use introspection for can be done in another way - maybe you could tell us why you want to be able to do this?

True laziness is hard work