in reply to Re^2: Scalar value @array better written as
in thread Scalar value @array better written as

Now it gives an error...

It still gives this "error" (not, in fact, an error but a warning) because the scalar expression  @fields1[1] (an array slice; see Slices in perldata) is still being used and is still better written as  $fields1[1] (please see above, first sentence).


Give a man a fish:  <%-(-(-(-<