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