in reply to
shuffle a text file
This is done in three easy steps:
Convert your items from the file to an array with one item per array entry
Shuffle the array randomly
Convert the array back to a file which has the same number of columns (and rows) as before
Comment on
Re: shuffle a text file
In Section
Seekers of Perl Wisdom