while ( my $display = ) { next unless $display =~ /^TMP/; my @temps = $display =~ /\b\d\d\b/g; # more code here }