in reply to Re: (tye)Re3: BASIC MATH WITH DATA
in thread BASIC MATH WITH DATA

If not output, @lines is empty. Add ", $_" on the end of your push statement:

push @lines, @_;

This bug was mentioned elsewhere, I recall. ;)

        - tye (but my friends call me "Tye")