my @treffer; do{    my $temp = ;    @treffer = $temp =~ m~(e\d+)~gi; } while (scalar @treffer != 1);