in reply to Array problem
if ($array[$i] =~ /(status|max)/) { $hash{$1} = $array1[$i]; $hash{$1} =~ s/^.*://; } [download]