Summary | Included libraries | Package variables | Synopsis | Description | General documentation | Methods |
WebCvs | Raw content |
$obj = new Bio::Biblio::Book (-identifier => '123abc',
-editor => new Bio::Biblio::Person
(-lastname => 'Loukides'),
-isbn => '0-596-00068-5');
--- OR ---
$obj = new Bio::Biblio::Book; $obj->isbn ('0-596-00068-5');
edition
editor type: Bio::Biblio::Provider
isbn
series
title
volume
_accessible | No description | Code |
_attr_type | No description | Code |
_accessible | description | prev | next | Top |
my ($self, $attr) = @_; exists $_allowed{$attr} or $self->SUPER::_accessible ($attr); } # return an expected type of given $attr}
_attr_type | description | prev | next | Top |
my ($self, $attr) = @_; if (exists $_allowed{$attr}) { return $_allowed{$attr}; } else { return $self->SUPER::_attr_type ($attr); } } } 1; __END__}
SEE ALSO | Top |
FEEDBACK | Top |
Mailing Lists | Top |
bioperl-l@bioperl.org - General discussion
http://bioperl.org/MailList.shtml - About the mailing lists
Reporting Bugs | Top |
bioperl-bugs@bioperl.org
http://bugzilla.bioperl.org/
AUTHORS | Top |
COPYRIGHT | Top |
DISCLAIMER | Top |