in reply to Re: Type of arg 1 to splice must be array (not keys)
in thread Type of arg 1 to splice must be array (not keys)

I hope to get any order when I use Tie::IxHash I guess splice returns the removed elements, right ? So when I do something like
...... grep { ... } splice( keys(%my),0,100 ) ;