Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: how to select which words have Y and W

by LanX (Saint)
on Dec 26, 2013 at 12:15 UTC ( [id://1068426]=note: print w/replies, xml ) Need Help??


in reply to Re: how to select which words have Y and W
in thread how to select which words have Y and W

yes it's possible

DB<114> @a=(12,-85,36,-10,75,-38) => (12, -85, 36, -10, 75, -38) DB<115> @a = grep { $_ >= 0 } @a => (12, 36, 75)

But for the basics people here appreciate if you first read docs (or a Perl book) and try the examples there before asking.

People already provided links (like here) and they would like to get feedback if those links helped (and if not, why, to be able to improve them)

Thats the way we help to learn efficiently! :-)

Cheers Rolf

( addicted to the Perl Programming Language)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1068426]
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: (2)
As of 2024-04-25 20:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found