sub return_string{ my @temp = (12,23,34,4,5); return join ",", @temp; }