Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value $sum in concatenation (.) or string at test
    +A.pl line 26.
    sum=
    Use of uninitialized value $sum in concatenation (.) or string at test
    +A.pl line 26.
    sum=
    
  2. or download this
    use strict;
    use warnings;
    ...
        my $sum=$thr -> join;
        print "sum=$sum\n";
        }