- or download this
my $k=1;
for (230000..900000){
...
}
print $k;
# typical alg. for factorial calculation
- or download this
thread1 : for (230000..565000){
...
#multiply
}
- or download this
thread1 : for (230000..397500,732500..900000){
...
#multiply
}
# it will run faster