Help for this page

Select Code to Download


  1. or download this
    $self->{'atoms'}{$number}=$atom;
    
  2. or download this
    my @numbers = keys %{$self->{'atoms'}};
    
  3. or download this
    print $self->{'atoms'}{'2000'}."\n";