hide has been programming in Perl since 1998. Much of this time has been focused on system automation and data warehousing.
On CPAN as: SSORICHE [cpan.org]
My co-workers have asked for an example of how to use the modules I've written. As such I'm going to rewrite one of my existing scripts using the new modules. Digging through the program I was trying to figure out what I was thinking when I was writing this one.
I had split a delimited line of text into a list (not so bad yet), then I'd used the list one element at a time to do various things. This is where the problem lies. I can not remember what each element of the list represents without looking at the input file. So much for easily maintainable code. Needless to say, this script is going to be rewritten.
What was I thinking? 0 Comments More | Login | Reply /