in reply to Return Value of List-Producing Elements in Scalar Context

humbly request you end my misery
Try this:
# @users is an array of hashes. for (@users) { if ($_{clue} <= 0) { kill($_); } else { print STDERR "User with clue found: your data may be invalid"; } }
:P
--
$me = rand($hacker{perl});