in reply to Re^5: compiling perl scripts aka why is perl not as fast as C
in thread compiling perl scripts aka why is perl not as fast as C

The array / array name / pad slot
sub array { my ($self) = @_; wantarray ? $self->length : $self->contents }