you live & you learn

nivek on 2001-10-01T04:50:28

Don't you just love old code. Old code you wrote back in the day. Yep, back in the day when you thought coding perl *without* -w or 'use strict;' was a good idea. Oh, those were the days...

Had to update some of my old code this weekend. Had fun.

Ok, so we've got global variables (yuk!), global arrays (double yuk!), global hashes (triple yuk!). Oh cool, I'm passing arrays, hashes & variables to subroutines without using references - memory waste, what memory waste?

When I've got some downtime at work, it'll be 'code cleanup central' in my cubie!