Help for this page
my @array = split /(?<!\\),/, $string;
my @array = split/(?:\\\\,)|(?:(?<!\\),)/, $string;