in reply to Add new data to array

This does not compile:

Global symbol "$data" requires explicit package name at pm-11114234.pl + line 9. Global symbol "$data" requires explicit package name at pm-11114234.pl + line 18. Global symbol "$data" requires explicit package name at pm-11114234.pl + line 24. pm-11114234.pl had compilation errors.

-jo

Replies are listed 'Best First'.
Re^2: Add new data to array
by Maresia (Beadle) on Mar 13, 2020 at 21:30 UTC
    I know, I added the data above and the sample program to show the issue.

      You have an issue with $data but hide it to us. That's my point.

      -jo