in reply to Re^2: looping through hash of hashes
in thread looping through hash of hashes

Of course some of the items are not processed. You exit the loop by last. You don't use warnings, why? They would have told you:
Exiting subroutine via last at ./1.pl line 91, <IN> line 10.
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

Replies are listed 'Best First'.
Re^4: looping through hash of hashes
by tangent.gardner (Initiate) on Dec 08, 2015 at 07:11 UTC
    Gasp! Groan! I have sinned, mea culpa, mea culpa, mea culpa. I stand corrected. Thanks a lot.