On Friday, June 21, 2002, at 09:26 AM, Dan Boger wrote: > have to specify the package, considering I "use"ed the GDBM_File module, > and it should have exported it's symbols to my namespace?
Here's a silly question for ya - do you have your 'package' and 'use' statements in the wrong order? If 'use' comes before 'package', the symbols from GDBM_File will be exported into the main package, instead of 'Peeron::Lib'. sherm-- Never put off until tomorrow what you can do today. There might be a law against it by that time.
