Help for this page
my @arr = qw(book dog cat); { local $" = "','"; print "['@arr'];\n"; }
my @arr = qw(book dog cat); $"='\',\'';print"['@arr'];$/";