addbiblio.pl contains a number of global variables. Some if not all of them are state variables that have no business being globals. We should refactor to scope these variables appropriately.
+1
We are working on it