| Summary | Included libraries | Package variables | Synopsis | Description | General documentation | Methods |
$obj = new Bio::Biblio::Article (-identifier => '123abc',
-first_page => 23,
-last_page => 68);
--- OR ---
$obj = new Bio::Biblio::Article;
$obj->identifier ('123abc');
$obj->first_page (23);
$obj->last_page (68);
first_page last_page
| _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);}
| _attr_type | description | prev | next | Top |
my ($self, $attr) = @_; if (exists $_allowed{$attr}) { return $_allowed{$attr}; } else { return $self->SUPER::_attr_type ($attr); }}
| 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 |