in reply to Re^2: numerology experimentin thread numerology experiment
Because of a bug ;). map {++$counter, $wanted{$_}} should have been map {++$counter; $wanted{$_}} (note the s/,/;/).