Code Organization
The may seem unimportant, even trivial. But I believe how we organize programs is directly influenced by how we think. Perhaps learning to better organize code will lead to better organized, more efficient thinking.
August 4, 2004 | Filed Under Code Review | Comments Off
Looking Under the Hood
Sometimes you just have to peek. Whether it’s baking brownies, an overheated engine, or a data structure, sometimes you just have to look under the hood. When programming in perl you need to dump the contents of your data structure to see what’s there.
August 3, 2004 | Filed Under Perl | Comments Off
Simple File Opening
Opening files in perl is a fairly easy task. Here are the basic file opens.
August 2, 2004 | Filed Under Perl | Comments Off