Help for this page
#!/usr/bin/perl ... { $_[0] + $_[1]; }
$ time ./func_tst.pl 500000500000 ... real 0m1.48s user 0m1.47s sys 0m0.01s