in reply to Return Value of List-Producing Elements in Scalar Context
humbly request you end my miseryTry this:
:P# @users is an array of hashes. for (@users) { if ($_{clue} <= 0) { kill($_); } else { print STDERR "User with clue found: your data may be invalid"; } }
|
|---|