http://qs321.pair.com?node_id=1046230


in reply to Stupid mistakes I repeatedly make

I do the semicolon-in-hashes thing a lot, but my favourite is:

sub blah { my ($this, $that, $stuff); ## Wondering for a long time why the heck the vars are empty... }