Here's an idea. When writing a script to track and tabulate advertising hits for a network synchronisation company, don't forget that the string "01" and the string "1" are different. It took me until the beginning of a new month to realise that my table refused to handle array keys "01","02","03"… because it was looking for "1","2","3". Poor effort.

Even without the quotes.