Monthly Archives: March 2006

Dispatch Tables Further

Here is a snipit of code that I used to test the idea, the actual script is a little more complicated. #!/usr/bin/perl -w use strict; use IO::File; my $fh = new IO::File; my $file = “text.txt”; my $newString; my $opers … Continue reading

Posted in computers | 4 Comments

Dispatch Tables

I thought I had a really great idea. I thought I was bending a language to fit my needs. I was writing a bit of perl for work this evening and I wanted to avoid a bunch of crazy if/else … Continue reading

Posted in computers | 5 Comments