in reply to Re: Sort text by Chapter names
in thread Sort text by Chapter names

Thanks all! Haha it's in no way homework.. just a problem I created for myself when I used a hash to get the chapter data, resulting in the chapters always returning in a different order (since hashes aren't ordered).

So I want to get the chapters, then sort them. But I may have found a way to use an ARRAY OF HASHES, to avoid having to do this!

I'll ponder over all the answers though so I can have this option if necessary.