Re: Array of Hashes

2012-04-13 Thread Paul.G
Thanks for your help, I will look carefully at both of your comments. cheers From: John W. Krahn To: Perl Beginners Sent: Friday, 13 April 2012 6:08 AM Subject: Re: Array of Hashes Rob Dixon wrote: > > Hi Paul and welcome to the list. > > I can see a few t

Re: How Can I find all kinds of methods a Object support?

2012-04-13 Thread Zapp
Finally, It's work! Thanks ! 于 2012-4-12 20:11, Michael Rasmussen 写道: On Thu, Apr 12, 2012 at 06:29:09PM +0800, Zapp wrote: I had try it, codes is here: #!/usr/local/bin/perl -w use Class::Inspector; use IO::File; my @methods = Class::Inspector->methods('IO::File', 'full', 'public'); print