Help for this page
my($type,$make,$color)=$line=~/"([^"]*)"/g;
my($type,$make,$color)=$line=~/"((?:[^"\\]*|\\"?)*)"/g;