----- Original Message ----- From: ""Manasi Bopardikar"" <[EMAIL PROTECTED]>
Newsgroups: perl.beginners To: <beginners@perl.org> Sent: Friday, July 11, 2008 4:23 AM Subject: Handling ignore case and single line in pattern matchin
Hi, Does anyone know how to handle ignore case(i) and single line(s) on a regular expression.
You want the i modifier to ignore case. http://perldoc.perl.org/perlre.html#Modifiers Like: m/something/i This would would match SomeThing, someThing, something, etc... I don't know what you mean - 'ignore single line(s)'. Chris
Thanks and Regards, Manasi Bopardikar|s/w Engineer|Persistent SystemsLtd
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/