my $comma_sep_number = join(",",@$number); print "My Array Contains: $comma_sep_number";