The perl split function is handy for breaking up a string into several values. For example if you are reading lines from a file and want to split that line into some different values, manipulate them, and spit them into a new file. If you're lucky, the line is delimited by something like a ^ (carrot) charcater.
So, source line is something like:
Recent comments
23 weeks 5 days ago
27 weeks 6 days ago
45 weeks 2 days ago
48 weeks 3 days ago
1 year 6 weeks ago
1 year 13 weeks ago
1 year 13 weeks ago
1 year 18 weeks ago
1 year 22 weeks ago