Help for this page

Select Code to Download


  1. or download this
       while (<FH> ) {
           chomp;
    ...
           $value += 0;                 # turn $value into a number
           $impressions += $value;
        }