On 25/03/2008, Frank Lichtenheld <frank@lichtenheld.de> wrote:
While we're at nitpicking:
Faster, shorter, and probably more robust if no @ appears in the email address:
my $author_line = shift;
(my $author) = $author_line =~ /<([^>@]{1,8})/;
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html