Big Perl weekend. Still trying to wrap my mind around LIST contexts, and feeling pretty stupid. I re-wrote my shell script in Perl and added hooks to put in some pcli (if I ever figure that stupid thing out) and for the database interface, rather than trying to drag files over to a Windows machine.
It’s probably a terrible Perl program, but it seems to work. Oh, and I used “use strict”. And private variables.

use Strict; hmm, yesss, a C programmers mind you have. Perhaps use warnings; too?
Oh, man, you’re totally raising the bar!!