Yesterday I finished of what is hopefully the last testing release of the product I’m responsible for, assuming no major problems it will go gold soon. This means I can start on doing some new development work. The thing I’m working on next will be done in a scripting language as basically the task of [...]
Archive of posts tagged perl
Too much perl, the irony
I got my current job based on my experience with C/C++ and GTK. So far most of the code I’ve been writing has been perl and Java. Some times I think I’m writing too much perl: # Quick and dirty match for IP (but without the tedious address # verification) my $ip_match=qr#([\d]{1,3}\.[\d]{1,3}\.[\d]{1,3}\.[\d]{1,3})#i; The tedious address [...]