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 methods inherited from elsewhere? Any 
ideas? 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