my $str = 'this,is\,a,string'; #### my @splits = split(/[^\\],/,$str);