Chemistry-FormulaPattern

 view release on metacpan or  search on metacpan

t/parse/combine.pl  view on Meta::CPAN

$formula_patt = 'CH3CH3';
$expected_ranges = {
  'H' => {
    'high' => 6,
    'low' => 6
  },
  'C' => {
    'high' => 2,
    'low' => 2
  }
};
$expected_options = {};



( run in 0.517 second using v1.01-cache-2.11-cpan-5837b0d9d2c )