print "The array is: @array\n"; #### print "The array is: " . join($", @array) . "\n";