How do I search a Perl array for a matching string?
        Posted  
        
            by Mike
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mike
        
        
        
        Published on 2010-05-27T22:57:36Z
        Indexed on 
            2010/05/28
            13:01 UTC
        
        
        Read the original article
        Hit count: 204
        
What is the smartest way of searching through an array of strings for a matching string in Perl?
One caveat, I would like the search to be case-insensitive
so "aAa" would be in ("aaa","bbb")
© Stack Overflow or respective owner