in reply to Re^2: Concise code to list array elements
in thread Concise code to list array elements

In a Perlish context, a sigil is the $, @, %, or & that precedes an identifier.

Although it doesn't actually use the sigil word, perldata will help to understand the syntax of slices.


Dave

  • Comment on Re^3: Concise code to list array elements

Replies are listed 'Best First'.
Re^4: Concise code to list array elements
by tel2 (Pilgrim) on Apr 08, 2013 at 05:13 UTC
    OK - thanks Dave.