On 1/24/07, Gaal Yahas <gaal at forum2.org> wrote: > Possibly easier not to use a regexp here. > > @vals = map { s/key=// or die "bad input: $_"; $_ } split /;/, $string; So you used two regexps instead? :-) Jason Elbaum