my $aRef= [ 'anonymous', 'array' ]; print "@$aRef\n"; push @$aRef, 'variable'; print "@$aRef\n";