in reply to simple printing question

The concatenation operator (.) forces scalar context on its operands and an array in scalar context returns the number of elements in the array.

Replies are listed 'Best First'.
Re^2: simple printing question
by kevind0718 (Scribe) on Feb 01, 2012 at 02:47 UTC
    crystal clear now

    many thanks

    KD