- or download this
@{ $self->{column} } # Infix notation
- or download this
$self->{column}->@* # Postfix notation
- or download this
@{ $ref } # ok Derefs $ref
@$ref # ok Derefs $ref
@{ $self->{column} } # ok Derefs $self->{column}
@$self->{column} # XXX Derefs $self