in reply to Re: (OT) Interview questions -- your response?
in thread (OT) Interview questions -- your response?
Nor it it an "in-place" reversing method, failing the requirements of the question. You've made an entire copy of the array in a different part of memory.@array[0..$#array] = @array[reverse 0..$#array]; That's *not* a built-in array-reversal method.
-- Randal L. Schwartz, Perl hacker
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: •Re: Re: (OT) Interview questions -- your response?
by Anonymous Monk on Sep 03, 2002 at 22:40 UTC |