- or download this
sub kennethk {
my $string = shift;
my $off = 0;
...
$_++ for @indices;
return @indices;
}
- or download this
use strict;
use warnings;
...
$_++ for @indices;
return @indices;
}
- or download this
20000 26 20
Rate hdb RobertCraven kennethk
...
hdb 45.2 -- -95%
kennethk 2.05 2104% --