Help for this page
my @items = qw(a b c d e); $, = '||'; print @items, "\n"; # Prints: a||b||c||d||e||