Today I was notified by email that a Perl program I had written and published on this website had a weird bug. After I examined the code I discovered that I had made quite a silly mistake: I inserted the contents of a variable directly into a format string I passed as the first parameter to printf...