if ($array[$i] =~ /(status|max)/) { $hash{$1} = $array1[$i]; $hash{$1} =~ s/^.*://; } [download]
In reply to Re: Array problem by Roy Johnson in thread Array problem by Anonymous Monk