in reply to Re: match loop failure
in thread match loop failure

After correcting the foreach scalar to @b I was going through each of the 200,000 keys in my hash (creating a 20GB output file). Using your exist correction makes the script much quicker! Thank you!