in reply to Re: Re: Re: Perl's Bad Ideas
in thread Perl's Bad Ideas

And there I was thinking that TheDamian suggesting it would probably be @array.end over @array.last because of the saved char...

But more (or less :-) seriously, if @array.last did return the last element (i guess it would be an alias for  @array[-1]) would there also be an @array.first?

Yves / DeMerphq
---
Writing a good benchmark isnt as easy as it might look.