while ( ){ if ( $_ =~ $KLARF_REGEXP{$KLARF_VERSION}{$current_state} ){ $summary->{$current_state} = $1 if $1; LogMsg( "Found $current_state $summary->{$current_state}" ) if $summary->{$current_state}; $current_state = shift @{$SEARCH_FIELDS{$KLARF_VERSION}}; } }