Yet another solution ;) Just remove the quotes after you do your splitting.
@b = map { s/\"//g; $_ } @a;
In reply to Re: Understanding regular expressions: why do I have to use map to clear up undefs in regex output?
by eric256
in thread Understanding regular expressions: why do I have to use map to clear up undefs in regex output?
by corenth
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |