in reply to Understanding regular expressions: why do I have to use map to clear up undefs in regex output?
Yet another solution ;) Just remove the quotes after you do your splitting.
@b = map { s/\"//g; $_ } @a;
___________
Eric Hodges
In Section
Seekers of Perl Wisdom