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.

Read more

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.

Read more

Simple File Opening

Opening files in perl is a fairly easy task. Here are the basic file opens.

Read more

Next Page →