Re: Shuffling an file

2005-08-17 Thread mgoland
- Original Message - From: [EMAIL PROTECTED] Date: Wednesday, August 17, 2005 7:27 am Subject: Shuffling an file > Hello, Hi, > > I am working on a playlist managment program in perl - I need a > way to > shuffle the playlist - the playlist format is very simple - on

Re: Shuffling an file

2005-08-17 Thread John W. Krahn
[EMAIL PROTECTED] wrote: > Hello, Hello, > I am working on a playlist managment program in perl - I need a way to > shuffle the playlist - the playlist format is very simple - one > filename on each line. > > Each file name is a reletive path, i.e: > > folder1/file1.mp3 > folder2/file2.mp3 > >

Shuffling an file

2005-08-17 Thread dave.w.turner
Hello, I am working on a playlist managment program in perl - I need a way to shuffle the playlist - the playlist format is very simple - one filename on each line. Each file name is a reletive path, i.e: folder1/file1.mp3 folder2/file2.mp3 If possible I would like the file to be shuffled so th