Help for this page
my $res = 1; for(my $i = 2; $i <= $_[0]; $i++) { $res *= $i; } return $res;
use bignum;