Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Get only unique values into array

by Anonymous Monk
on Jan 28, 2015 at 19:59 UTC ( [id://1114809]=note: print w/replies, xml ) Need Help??


in reply to Get only unique values into array

@loop_names = map /$row_data{FULL_NAME}/ ? () : $_, @loop_names;
@loop_names doesn't contain strings, it has hashrefs, which stringify to something useless. So that's not going to work. Also, grep is used for filtering elements of a list.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (2)
As of 2024-04-19 19:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found