Help for this page
Select Code to Download
Select
or
download this
if (@array[3,4] ^=~ /\S/) { ... }
Select
or
download this
if( map {/\S/} @array[3,4] ) {