# dereferencing an array print @$reference; # EXPLICITLY dereferencing an array print @{$reference};