in reply to Re: Re: Re: Re: Basic math with Data
in thread BASIC MATH WITH DATA

This is my fault. The line: push @rows; should be: push @rows, $_; I always forget that $_ is not the default argument for push.

I've updated the original code to correct my error.