Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
    }
    my $time = time - $start_time;
    print "I ran for $time seconds, and found $tot_matches matches.";