Help for this page
Select Code to Download
Select
or
download this
use Benchmark qw/countit cmpthese/; sub run($) { countit(5, @_) } ... }; }