http://www.perlmonks.org?node_id=950860


in reply to Generating a List of numbers

The first show stopper is the trailing | in your regex in the first while loop. That causes all the lines in the log file to be skipped.

After that, it seems to me that you have the key and value for your remember hash the wrong way around in the push.

True laziness is hard work