Help for this page

Select Code to Download


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