in reply to Re: selecting N random lines from a file in one pass
in thread selecting N random lines from a file in one pass

Every time I see someone use $#array just to be able to use foreach to loop over the indices and avoid using a C-style loop, I die a little.