Help for this page
#!/usr/local/bin/perl -w use strict; ... $string =~ s/,(?!")//g; print qq{[$string]\n};