in reply to
Re: Speed of Split
in thread
Speed of Split
I also noticed that split in void context, although deprecated, is a little bit faster (or it was the last time I checked).
split; # splits into @_
[download]
Comment on
Re^2: Speed of Split
Download
Code
In Section
Seekers of Perl Wisdom