Dear Monks, I have written several programs which all require a module I wrote. In the module I have called use DB_File so I can tie to the various DB's. However, in the program I am using $st = $DB->seq($key,$value, R_NEXT); and this won't work unless I also use DB_File in the program as well. Why does this need to be called 2 times? Is it bad to call it twice? T.I.A traxlog