Help for this page
Select Code to Download
Select
or
download this
my @array2 = @array1; s/\s+//g for (@array2);
Select
or
download this
tr/ //d for my @array2 = @array1;