Help for this page
for( $self->{x} ) { # Do stuff to $_ }
for my $x ( $self->{x} ) { # Do stuff to $x }