⭐ in reply to How do I test if an array is empty or not?
if (@a) { # @a is not empty... ... } else { # @a is empty ... } [download]