I looked at a handful of scripts, and they are similar: a use statement, importing the 'in' function, definition of two constants, three assignments, and a loop, whose body consists of nothing more than print statements.
Such programs don't really need strict, warnings or taint. I would have 'my'ed the variables, but that doesn't add much.
Comment on Re^2: [off-site] Perl snippets at Microsoft