for( $self->{x} ) { # Do stuff to $_ } #### my $x= aliasOf($self->{x}); #### for my $x ( $self->{x} ) { # Do stuff to $x }