my ($host) = $string =~ /((?<=Name:)[^ ]+)?/; my ($event) = $string =~ /((?<=Manager] )[^ ]+)/; [download]
In reply to Re: problem with regex by tybalt89 in thread problem with regex by zerodmg