Help for this page
Select Code to Download
Select
or
download this
my @trimmed_array = map { /^\s*(.+?)\s*$/ } @array;
Select
or
download this
s/\s*$// for(@array);