- or download this
use strict;
use warnings;
...
my $inner = sub { return shift() + $addpiece; };
return $inner;
}
- or download this
22:42 >perl 1102_SoPW.pl
$addpiece = 20
...
565
22:42 >
- or download this
Use of uninitialized value in addition (+) at...