Help for this page

Select Code to Download


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