Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: smart match capture

by cdarke (Prior)
on Oct 13, 2011 at 14:02 UTC ( [id://931245]=note: print w/replies, xml ) Need Help??


in reply to Re: smart match capture
in thread smart match capture

Unfortunately, from exists in perlfunc:
Be aware that calling exists on array values is deprecated and likely +to be removed in a future version of Perl.
Not sure what you mean by "last", that exits a block. Maybe you were thinking of first in List::Util?
my $retn = first {m/aa/} @a;
But that is not using the smart-match operator (~~ not =~)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://931245]
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-03-28 09:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found