Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Return Value of List-Producing Elements in Scalar Context

by radiantmatrix (Parson)
on Aug 24, 2004 at 14:32 UTC ( [id://385399]=note: print w/replies, xml ) Need Help??


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});

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://385399]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-03-29 14:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found