Help for this page

Select Code to Download


  1. or download this
    @rows = split(/\n/,$stats);
    ...
    $rowcount =  scalar(grep {defined $_} @rows);