Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^5: If any element-in-array comparision

by fisher (Priest)
on Jan 27, 2012 at 17:07 UTC ( [id://950417]=note: print w/replies, xml ) Need Help??


in reply to Re^4: If any element-in-array comparision
in thread If any element-in-array comparision

Well, ok, then, in addition to other's versions ++ mine:
#!/usr/bin/env perl use strict; use warnings; my @akj = (0.11, 0.05, 0.02); print join ",", @akj if grep {$_>0.1} @akj;

Replies are listed 'Best First'.
Re^6: If any element-in-array comparision
by naturalsciences (Beadle) on Jan 27, 2012 at 17:34 UTC
    Well that's a quite nice and clean looking piece. Something like that I was looking for. Also looks like chessgui-s premonitions were right. :D

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (8)
As of 2024-04-23 08:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found