Help for this page

Select Code to Download


  1. or download this
    if (@array[3,4] ^=~ /\S/) { ... }
    
  2. or download this
    if (grep /\S/, @array[3,4]) { ... }