catfish1116 has asked for the wisdom of the Perl Monks concerning the following question:
Thanks in advance,my @fruits = "Apple Banana Cherry Honeydew Watermelon" ; my $tmp_fruits = join ":", @fruits; say "$tmp_fruits \n"; output: Apple Banana Cherry Honeydew Watermelon
The catfish
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: join function
by pryrt (Abbot) on Oct 16, 2018 at 21:24 UTC | |
Re: join function
by LanX (Saint) on Oct 16, 2018 at 23:49 UTC | |
by catfish1116 (Beadle) on Oct 17, 2018 at 15:06 UTC | |
Re: join function
by morgon (Priest) on Oct 17, 2018 at 00:29 UTC |