in reply to matching two or more characters and substituting

my @tokens=split(/[,"]+/,$string);#split using comma&quotes # ^ ^^
Better: Text::CSV