Perl array join() function - Quick Tutorial - About Perl
Perl join function reference - learn how to use Perl's join() function in this quick tutorial. ... $STRING = join(JOINER, @LIST); Perl's join() function is used to connect all the elements of a specific list or array into a single string with the JOINER e...