use warnings; use strict; while (my $match = ) { $match =~ /event="([^(]+).*"/; print "$1\n"; } __DATA__