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: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
