http://qs321.pair.com?node_id=723581


in reply to GREP case insensitivity

You can also do grep { lc $_ eq lc $input }

--
David Serrano

Replies are listed 'Best First'.
Re^2: GREP case insensitivity
by italiansauce88 (Initiate) on Nov 14, 2008 at 14:49 UTC
    Worked like a charm! Thanks for all the help!

    Tim