Programming

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.

Comments

2 Responses to “Programming”

  1. mdmhvonpa on May 31st, 2005 6.45

    use Strict; hmm, yesss, a C programmers mind you have. Perhaps use warnings; too?

  2. Katja on May 31st, 2005 9.35

    Oh, man, you’re totally raising the bar!!