source code for builtin functions

2009-08-27 Thread heyi xiao
Hello all, My linux system has a pre-installed perl. Is there a good way to check the source code for builtin functions, like reverse etc. I want to check the source code for better learning/understanding. Thanks a lot! Heyi

Re: source code for builtin functions

2009-08-27 Thread heyi xiao
builtin functions To: "heyi xiao" Cc: beginners@perl.org Date: Thursday, August 27, 2009, 4:25 PM >>>>> "hx" == heyi xiao writes:   hx> My linux system has a pre-installed perl. Is there a good way to   hx> check the source code for builtin functions, li

Re: source code for builtin functions

2009-08-27 Thread heyi xiao
code for builtin functions To: beginners@perl.org Date: Thursday, August 27, 2009, 9:01 PM >>>>> "heyi" == heyi xiao writes: heyi> Hello all, heyi> My linux system has a pre-installed perl. Is there a good way to check heyi> the source code for builtin functions,

Direct access of individual method documentation in a module

2011-04-25 Thread heyi xiao
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 gett

Re: Direct access of individual method documentation in a module

2011-04-26 Thread heyi xiao
. Thanks! Heyi --- On Mon, 4/25/11, heyi xiao wrote: > From: heyi xiao > Subject: Direct access of individual method documentation in a module > To: beginners@perl.org > Date: Monday, April 25, 2011, 8:16 PM > Hello all, > Is there any convenient way to check the documenta

special method name start with "_"

2011-04-27 Thread heyi xiao
Hello all, In the source code of some bioperl modules, I saw method names start with "_". For instance, _print, in the following lines: $self->_print($buff); $self->_print("\n"); But I couldn’t find the subroutine or function definition for these methods anywhere. Are these special or internal m