in reply to Re: arrays and dot operator
in thread arrays and dot operator

scalar reference ... "wantarray" reference

The correct terms are "scalar context" and "list context".

For the OP, some references: Context tutorial, It's all about context, "Context" in Modern Perl.