Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Ignore file in array without looping

by Neighbour (Friar)
on Mar 28, 2013 at 09:08 UTC ( [id://1025912]=note: print w/replies, xml ) Need Help??


in reply to Ignore file in array without looping

You probably want
next if grep { $file =~ /$_/; } @array_code;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-04-24 17:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found