Tom Allison wrote: > John W. Krahn wrote: > >> for ( my $i = @tmp; --$i; ) { >> splice @tmp, $i, 0, '|'; >> } > > How does this fare for large arrays?
According to my tests it does poorly on large arrays. John -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>