From norman.walsh.name:
Putting line numbers in program listings is harder than it looks. At first glance, adding line numbers to program listings doesn't seem too difficult: take the text of the listing, break it into a sequence of lines at each newline character, and number them. Lines can contain callouts.