Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

(MeowChow) Re: case insensitive: Which tree to bark up?

by MeowChow (Vicar)
on May 27, 2002 at 02:59 UTC ( [id://169466]=note: print w/replies, xml ) Need Help??


in reply to case insensitive: Which tree to bark up?

if (lc($ref->{prodname}) eq lc($value)) ...

unless you actually need to do a partial match, for which case:

if ($ref->{prodname} =~ /\Q$value/i) ...

   MeowChow                                   
               s aamecha.s a..a\u$&owag.print

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (None)
    As of 2024-04-25 01:05 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found