bagder: curl-www/libcurl/php/examples index.cgi,1.9,1.10
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/libcurl/php/examples In directory labb:/tmp/cvs-serv20910 Modified Files: index.cgi Log Message: sort, and provide a mail link Index: index.cgi =================================================================== RCS file: /cvsroot/curl/curl-www/libcurl/php/examples/index.cgi,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- index.cgi 2 Apr 2004 13:01:44 -0000 1.9 +++ index.cgi 4 Nov 2005 22:23:35 -0000 1.10 @@ -10,7 +10,7 @@ <p> We try to collect examples on how to program the CURL interface from PHP here. If you have any source snippests you want to share with the rest of the - world, please let us know! + world, please let <a href="mailto:[email protected]">us</a> know! MOO ; @@ -25,7 +25,7 @@ "</tr>\n"; my $c; - for(@ex) { + for(sort @ex) { $filename = $_; my $class= ($c++&1)?"odd":"even";