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

Re: find text in string

by Zaxo (Archbishop)
on Sep 13, 2005 at 03:31 UTC ( [id://491450]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for (@array) {
        do {something($_)}
            if -1 != index( $_, 'bar');
    }
    
  2. or download this
    # . . .
            if m/foo|bar|baz/;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-03-19 05:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found