- or download this
use strict;
use warnings;
...
my $cc=\&add;
print $cc."\n";
- or download this
Sum within function: 11
SCALAR(0x3f7e24)
CODE(0xa3e58c)
- or download this
use strict;
use warnings;
...
aa();
- or download this
Sum within function: 11
Value of count in subroutine 1
...
Sum within function: 25
Value of count in subroutine 4
Multi : 2000