| Bio-Chaos documentation | view source | Contained in the Bio-Chaos distribution. |
Bio::Chaos::Root - root utility class for chaos objects
package Bio::Chaos::SomeClass; use base qw(Bio::Chaos::Root); 1;
Root class for chaos objects
this class inherits from Bio::Root::Root, so you get all that juicy stuff too
Title : load_module
Usage :
Function:
Example : $self->load_module("Bio::Tools::Blah");
Returns :
Args :
| Bio-Chaos documentation | view source | Contained in the Bio-Chaos distribution. |