in reply to Re: Re: Random but non-repeating array loopin thread Random but non-repeating array loop
while (($ch) = splice(@chars, rand(@chars), 1)) { print "$ch"; } [download]
YuckFoo