Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    printf "best(%d): @best\n", scalar @best;
    printf "Took %.3f seconds\n", time() - $start;