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

my $fh = IO::File->new("/path/to/file");

how manny kinds of methods does the $fh have ?

I try perldoc IO::File , but didn't find what I want.

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to