Help for this page
Select Code to Download
Select
or
download this
sub return_string{ my @temp = (12,23,34,4,5); return join ",", @temp; }