while ($line = ) { chomp($line); @array = split /\s*\|/, $line; if ( $array[10] =~ /Scan/ ) { # happiness ensues }