Exercises

  1. Determine whether your name appears in a string (an answer's in exercises/answers/namere.pl).

  2. Remove footnote references (like [1]) from some text (see exercises/footnote.txt for some sample text, and exercises/answers/footnote.pl for an answer).

  3. Split tab-separated data into an array then print out each element using a foreach loop.