Help for this page

Select Code to Download


  1. or download this
       my @items = qw(a b c d e);
       $, = '||';
       print @items, "\n";  # Prints: a||b||c||d||e||