Hi, I saw on the corehackers wiki some ideas for improving Perl's "split" op: - Improve the performance of split in scalar context - Remove the long deprecated feature where split in scalar context writes to @_ - Make split in void context a warning The attached patch does these three things. This is my first big hack into Perl guts. I would appreciate any feedback you could give me. Thanks, BoThread Next