Hello all,
Is there any convenient way to check the documentation (and source code) for 
individual method of an installed module? For instance, bioperl has a module 
called Bio::Seq. I may simply check the documentation of this whole module 
using:
perldoc Bio::Seq

But now i am interested in getting more information about a method called 
add_SeqFeature. There seem to be no good way other than searching in the whole 
documentation of the module. Ideally, I want some thing like the below 
(unfortunately they don’t work):
perldoc Bio::Seq::add_SeqFeature
perldoc -f Bio::Seq::add_SeqFeature

Also it would be helpful if I can locate and print out the definition source 
code chuck for this particular method. Could anyone suggest some good way to 
access the documentation/source code for individual function/method? Thanks!
Heyi


--
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