Help for this page

Select Code to Download


  1. or download this
    sub Root2 {
    my $num        = shift;
    ...
    }
    return $current;
    }
    
  2. or download this
    timethese(10,{
        'Root'=> sub {Root(1000,60)},
        'Root2'=> sub {Root2(1000,60)}});