@myArray = qw( one two three four five ); $theVar = join ( ":", @myArray ); print "$theVar\n"; =====> one:two:three:four:five