@files=('apple','ball','cat','dance'); $,="\n"; ###Below line OUTPUT_FIELD_SEPARATOR is working print "\nArray Elements in Outoff Double Quotes :", @files; ###Below line OUTPUT_FIELD_SEPARATOR isnot working print "\nArray Elements within Double Quotes :\n@files";