> > > + if ($c_file =~ /^To:\s*+(.+)\s*\nCc:/ism) { > > > > Greedy operators are only supported with perl 5.10 or more... I think it's a > > bad idea to use them... > > The problem here was that a space should follow the field, but it may > not. The user may unwarily backup over it. "\s*" would match this > case. > > But if there is a space, it is included in the "(.+)". Not in any version of Perl to which I have access. Why doesn't /^To:\s*(.+)\s*\nCc:/ism work? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html