#get blocking type if ( $match =~ /Warning: Found/ ) { $block_type = (split /:\s*/, $match)[1]; chomp $block_type; next LINE;