Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    my $tend2 = time;
    warn "sort + output: ", $tend2 - $tstart2, " secs\n";
    warn "total: ", $tend2 - $tstart1, " secs\n";
    
  2. or download this
    llil start
    get_properties : 13 secs
    ...
    get properties: 21 secs
    sort + output: 25 secs
    total: 46 secs