Help for this page
Select Code to Download
Select
or
download this
$_ = join ',' => @$_ for @array;
Select
or
download this
for my $e (@array) { $e = join ",", @$e; }