in reply to Re: Re: Regex optimization
in thread Regex optimization

Even easier:
@results = $str =~ m/>([^<]+)</g;

-- iakobski