Help for this page
Select Code to Download
Select
or
download this
@array = grep { $_ !~ /^(?:\s+|)$/ } @array;
Select
or
download this
@array = grep { $_ ne '' } @array;