2011/4/28 heyi xiao <xiaohey...@yahoo.com>: > 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"); >
These generally mean internal methods, but you could also call them from external package. They may be inherited from the parent class since you didn't see the definition. Regards. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/