Determine whether your name appears in a string (an answer's in exercises/answers/namere.pl).
Remove footnote references (like [1]) from some text (see exercises/footnote.txt for some sample text, and exercises/answers/footnote.pl for an answer).
Split tab-separated data into an array then print out each element using a foreach loop.