Help for this page

Select Code to Download


  1. or download this
    if (scalar(@numbers) > 0) {
      # compare only when array has entries
    ...
    } else {
      # nothing to compare
    }