Help for this page

Select Code to Download


  1. or download this
    # cat mt
    #!/usr/bin/perl -w
    ...
    );
    
    foreach (map { /[\d\.]+\s(.+)\sseconds/i } @test) { print "Test Data: 
    +$_\n" };
    
  2. or download this
    # ./mt
    Test Data: index.html index 5
    Test Data: links.html links, index.html index 10
    Test Data: article1.html  art1, article2.html art2, adpage 200