in reply to
GREP case insensitivity
You can also do
grep { lc $_ eq lc $input }
--
David Serrano
Comment on
Re: GREP case insensitivity
Download
Code
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
[reply]
In Section
Seekers of Perl Wisdom