open my $fh, " ) { my $tmp = $_; $tmp =~ s/\.//g; $found = ( $tmp =~ /xyz123abc/ ) and last; } close $fh; if ( $found ) { # etc. }