Help for this page
$ perl -MO=Deparse two.pl ... } use strict 'refs'; printf "two + 2 = %d\n", two(2);
printf "two + 2 = %d\n",two() + 2;