Help for this page
#! perl use strict; ... print "\$addpiece = $addpiece\n"; *inner = sub { return shift() + $addpiece; }; }
13:02 >perl 1102_SoPW.pl $addpiece = 20 ... 35 13:02 >