Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: foreach array - delete current row ?

by AnomalousMonk (Archbishop)
on Jun 03, 2013 at 07:01 UTC ( [id://1036678]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @list = grep( &keep_me, @list);
    
  2. or download this
    >perl -wMstrict -le
    "sub keep_me { return m{ [[:upper:]] }xms; }
    ...
     print qq{@list};
    "
    K E E P
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-03-28 10:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found