in reply to Re: Help with parsing a file
in thread Help with parsing a file

Thank you for your help tybalt89. I think your solution prints out (adds to the hash) only the two records for solvent1 from the first (top) block.Still very useful as I learn a lot.

Replies are listed 'Best First'.
Re^3: Help with parsing a file
by tybalt89 (Monsignor) on May 29, 2022 at 18:24 UTC

    Nope, does all F***

    Outputs:

    { solvent1_F001 => 1.2, solvent1_F101 => 3.2, solvent2_F001 => 2.2, solvent2_F101 => 7.2, }