bagder: curl-www last20threads.pl,1.2,1.3
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www
In directory labb.contactor.se:/tmp/cvs-serv907
Modified Files:
last20threads.pl
Log Message:
filter out multiple spaces (or tabs or newlines) to just a single space
Index: last20threads.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/last20threads.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- last20threads.pl 19 Dec 2004 22:27:15 -0000 1.2
+++ last20threads.pl 19 Dec 2004 23:32:40 -0000 1.3
@@ -210,6 +210,7 @@
my $s= $subject;
$s =~ s/^((Sv|Re): *)*//i;
+ $s =~ s/[ \t\n]+/ /g;
$store{$s}++;
_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits