Help for this page

Select Code to Download


  1. or download this
    %imolecule = (
            'maxval' => [@maxval],
    ...
              );
    
    push @allmolecules, %imolecule;
    
  2. or download this
        for $i ( 1 .. $#allmolecules ) {
               print "$i is { ";
    ...
               }
                print "}\n";
        }
    
  3. or download this
    for $field ( keys %{ $allmolecules[$i] } ) {