Help for this page

Select Code to Download


  1. or download this
    PDB
    PDB::Line
    PDB::Line::Atom
    
  2. or download this
    ($self->{'TYPE'},$self->{'data'}) = unpack("A6 A74", $self->{'string'}
    +);
        if($self->{'TYPE'} eq 'ATOM'){
        $self->{'object'} = new PDB::Line::Atom($self->{'data'});
        }
    
  3. or download this
    sub new {
        my $class = shift;
    ...
        ($self->{'AN'}) = unpack("A5", $_[0]);
        print $self->{'AN'}."\n";
    }
    
  4. or download this
    ATOM    242  CE2 PHE A  16       9.011  14.465 -20.603  1.00  0.00    
    +       C
    
  5. or download this
      242  CE2 PHE A  16       9.011  14.465 -20.603  1.00  0.00          
    + C