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