# build datastructures while (logfile) { build hash1; build hash2; build hash3; } # process the datastructures foreach key value (hash1) { foreach over keys of hash2; foreach over keys of hash3; }